Skip to content

Commit db8af9d

Browse files
Bump the all group with 11 updates (#770)
Bumps the all group with 11 updates: | Package | From | To | | --- | --- | --- | | [azure/setup-helm](https://github.com/azure/setup-helm) | `1` | `3` | | [actions/setup-python](https://github.com/actions/setup-python) | `1` | `5` | | [helm/chart-testing-action](https://github.com/helm/chart-testing-action) | `2.2.1` | `2.6.1` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `2` | `5` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.2.0` | `1.8.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `1` | `3` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `1` | `3` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `3` | | [docker/login-action](https://github.com/docker/login-action) | `1` | `3` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `1` | `4` | | [actions/setup-node](https://github.com/actions/setup-node) | `1` | `4` | Updates `azure/setup-helm` from 1 to 3 - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v1...v3) Updates `actions/setup-python` from 1 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v5) Updates `helm/chart-testing-action` from 2.2.1 to 2.6.1 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.2.1...v2.6.1) Updates `docker/build-push-action` from 2 to 5 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v5) Updates `helm/kind-action` from 1.2.0 to 1.8.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.2.0...v1.8.0) Updates `codecov/codecov-action` from 1 to 3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) Updates `docker/setup-qemu-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1...v3) Updates `docker/setup-buildx-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v3) Updates `docker/login-action` from 1 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v3) Updates `aws-actions/configure-aws-credentials` from 1 to 4 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v1...v4) Updates `actions/setup-node` from 1 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c66dff2 commit db8af9d

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/check_charts.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ jobs:
3333
fi
3434
3535
- name: Set up Helm
36-
uses: azure/setup-helm@v1
36+
uses: azure/setup-helm@v3
3737
with:
3838
version: v3.9.2
3939

40-
- uses: actions/setup-python@v2
40+
- uses: actions/setup-python@v5
4141
with:
4242
python-version: 3.7
4343

4444
- name: Set up chart-testing
45-
uses: helm/chart-testing-action@v2.2.1
45+
uses: helm/chart-testing-action@v2.6.1
4646

4747
- name: Run chart-testing (list-changed)
4848
id: list-changed
@@ -56,7 +56,7 @@ jobs:
5656
run: ct lint --chart-dirs deployment/k8s --target-branch ${{ github.event.repository.default_branch }}
5757

5858
- name: Build container
59-
uses: docker/build-push-action@v2
59+
uses: docker/build-push-action@v5
6060
if: steps.list-changed.outputs.changed == 'true'
6161
with:
6262
# See https://github.com/developmentseed/titiler/discussions/387
@@ -67,7 +67,7 @@ jobs:
6767
tags: "titiler:dev"
6868

6969
- name: Create kind cluster
70-
uses: helm/kind-action@v1.2.0
70+
uses: helm/kind-action@v1.8.0
7171
if: steps.list-changed.outputs.changed == 'true'
7272

7373
- name: Load container image in kind cluster

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Upload Results
6767
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
68-
uses: codecov/codecov-action@v1
68+
uses: codecov/codecov-action@v3
6969
with:
7070
file: ./coverage.xml
7171
flags: unittests
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v4
8181
- name: Set up Python
82-
uses: actions/setup-python@v1
82+
uses: actions/setup-python@v5
8383
with:
8484
python-version: ${{ env.LATEST_PY_VERSION }}
8585

@@ -115,19 +115,19 @@ jobs:
115115
uses: actions/checkout@v4
116116

117117
- name: Set up QEMU
118-
uses: docker/setup-qemu-action@v1
118+
uses: docker/setup-qemu-action@v3
119119

120120
- name: Set up Docker Buildx
121-
uses: docker/setup-buildx-action@v1
121+
uses: docker/setup-buildx-action@v3
122122

123123
- name: Login to DockerHub
124-
uses: docker/login-action@v1
124+
uses: docker/login-action@v3
125125
with:
126126
username: ${{ secrets.DOCKERHUB_USERNAME }}
127127
password: ${{ secrets.DOCKERHUB_TOKEN }}
128128

129129
- name: Login to Github
130-
uses: docker/login-action@v1
130+
uses: docker/login-action@v3
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.actor }}
@@ -141,7 +141,7 @@ jobs:
141141
# Push `latest` when commiting to main
142142
- name: Build and push uvicorn
143143
if: github.ref == 'refs/heads/main'
144-
uses: docker/build-push-action@v2
144+
uses: docker/build-push-action@v5
145145
with:
146146
# See https://github.com/developmentseed/titiler/discussions/387
147147
platforms: linux/amd64
@@ -154,7 +154,7 @@ jobs:
154154
# Push `{VERSION}` when pushing a new tag
155155
- name: Build and push uvicorn
156156
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
157-
uses: docker/build-push-action@v2
157+
uses: docker/build-push-action@v5
158158
with:
159159
# See https://github.com/developmentseed/titiler/discussions/387
160160
platforms: linux/amd64
@@ -168,7 +168,7 @@ jobs:
168168
# Push `latest` when commiting to main
169169
- name: Build and push
170170
if: github.ref == 'refs/heads/main'
171-
uses: docker/build-push-action@v2
171+
uses: docker/build-push-action@v5
172172
with:
173173
# See https://github.com/developmentseed/titiler/discussions/387
174174
platforms: linux/amd64
@@ -181,7 +181,7 @@ jobs:
181181
# Push `{VERSION}` when pushing a new tag
182182
- name: Build and push
183183
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
184-
uses: docker/build-push-action@v2
184+
uses: docker/build-push-action@v5
185185
with:
186186
# See https://github.com/developmentseed/titiler/discussions/387
187187
platforms: linux/amd64
@@ -209,22 +209,22 @@ jobs:
209209
shell: bash
210210

211211
- name: Configure AWS credentials
212-
uses: aws-actions/configure-aws-credentials@v1
212+
uses: aws-actions/configure-aws-credentials@v4
213213
with:
214214
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
215215
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
216216
aws-region: us-east-1
217217

218218
- name: Set up Node.js
219-
uses: actions/setup-node@v1
219+
uses: actions/setup-node@v4
220220
with:
221221
node-version: '14.x'
222222

223223
- name: Install cdk
224224
run: npm install -g
225225

226226
- name: Set up Python
227-
uses: actions/setup-python@v4
227+
uses: actions/setup-python@v5
228228
with:
229229
python-version: '3.x'
230230

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: 3.8
2828

0 commit comments

Comments
 (0)