Skip to content

Commit 26b2188

Browse files
Merge pull request #178 from developmentseed/dependabot/github_actions/all-ec64423157
Bump the all group with 7 updates
2 parents d30d515 + a92de93 commit 26b2188

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload Results
5454
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
55-
uses: codecov/codecov-action@v1
55+
uses: codecov/codecov-action@v4
5656
with:
5757
file: ./coverage.xml
5858
flags: unittests
@@ -145,13 +145,13 @@ jobs:
145145
uses: actions/checkout@v4
146146

147147
- name: Set up QEMU
148-
uses: docker/setup-qemu-action@v1
148+
uses: docker/setup-qemu-action@v3
149149

150150
- name: Set up Docker Buildx
151-
uses: docker/setup-buildx-action@v1
151+
uses: docker/setup-buildx-action@v3
152152

153153
- name: Login to Github
154-
uses: docker/login-action@v1
154+
uses: docker/login-action@v3
155155
with:
156156
registry: ghcr.io
157157
username: ${{ github.actor }}
@@ -174,7 +174,7 @@ jobs:
174174
# Push `latest` when commiting to main
175175
- name: Build and push
176176
if: github.ref == 'refs/heads/main'
177-
uses: docker/build-push-action@v2
177+
uses: docker/build-push-action@v5
178178
with:
179179
platforms: linux/amd64,linux/arm64
180180
context: .
@@ -186,7 +186,7 @@ jobs:
186186
# Push `{VERSION}` when pushing a new tag
187187
- name: Build and push
188188
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
189-
uses: docker/build-push-action@v2
189+
uses: docker/build-push-action@v5
190190
with:
191191
platforms: linux/amd64,linux/arm64
192192
context: .

.github/workflows/deploy_mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout master
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Python 3.8
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: 3.8
2727

0 commit comments

Comments
 (0)