Skip to content

Commit cae72e1

Browse files
chore(deps): update docker/setup-buildx-action action to v4
1 parent 31f6c51 commit cae72e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: cargo test
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3
32+
uses: docker/setup-buildx-action@v4
3333

3434
- name: Push docker image release
3535
uses: docker/build-push-action@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Set up Docker Buildx
5757
if: ${{ steps.release-plz.outputs.releases != '[]' }}
58-
uses: docker/setup-buildx-action@v3
58+
uses: docker/setup-buildx-action@v4
5959

6060
- name: Login to Docker Hub
6161
if: ${{ steps.release-plz.outputs.releases != '[]' }}

0 commit comments

Comments
 (0)