Skip to content

Commit 171a8cc

Browse files
chore(deps): update deps with major upgrades
1 parent 7188638 commit 171a8cc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ANNOTATE_MISSING_LINES: true
6060

6161
- name: Store Pull Request comment to be posted
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
6464
with:
6565
name: python-coverage-comment-action

.github/workflows/e2e-external-phase-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
PR_NUMBER: ${{ github.event.pull_request.number }}
2222
- name: Save artifact
23-
uses: actions/upload-artifact@v6
23+
uses: actions/upload-artifact@v7
2424
with:
2525
name: pr_number
2626
path: pr_number.txt

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,35 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3
28+
uses: docker/setup-buildx-action@v4
2929

3030
- name: Log in to Docker Hub
31-
uses: docker/login-action@v3
31+
uses: docker/login-action@v4
3232
with:
3333
username: ewjoachim
3434
password: ${{ secrets.DOCKER_PASSWORD }}
3535

3636
- name: Set up QEMU
37-
uses: docker/setup-qemu-action@v3.6.0
37+
uses: docker/setup-qemu-action@v4.0.0
3838

3939
- name: Set up Docker Buildx
40-
uses: docker/setup-buildx-action@v3.11.1
40+
uses: docker/setup-buildx-action@v4.0.0
4141

4242
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@v3.6.0
43+
uses: docker/login-action@v4.0.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}
4747
password: ${{ github.token }}
4848

4949
- id: docker_meta
50-
uses: docker/metadata-action@v5.8.0
50+
uses: docker/metadata-action@v6.0.0
5151
with:
5252
images: ghcr.io/${{ github.repository }}
5353
tags: type=sha,format=long
5454

5555
- name: Build and push Docker image
56-
uses: docker/build-push-action@v6
56+
uses: docker/build-push-action@v7
5757
with:
5858
context: .
5959
file: Dockerfile.build

tests/end_to_end/repo/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
SUBPROJECT_ID: __ACTION_SUBPROJECT_ID__
4141

4242
- name: Store Pull Request comment to be posted
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545
with:
4646
name: python-coverage-comment-action

0 commit comments

Comments
 (0)