Skip to content

Commit 5127d80

Browse files
Bump docker/setup-buildx-action from 3 to 4 (#31)
1 parent 105ca71 commit 5127d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Build and Push Docker images (only if PUSH_DOCKER is true)
8888
- name: Set up Docker Buildx
8989
if: steps.get_version.outputs.PUSH_DOCKER == 'true'
90-
uses: docker/setup-buildx-action@v3
90+
uses: docker/setup-buildx-action@v4
9191
with:
9292
version: latest
9393

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Build and Push Docker images (only if PUSH_DOCKER is true)
7676
- name: Set up Docker Buildx
7777
if: steps.get_version.outputs.PUSH_DOCKER == 'true'
78-
uses: docker/setup-buildx-action@v3
78+
uses: docker/setup-buildx-action@v4
7979
with:
8080
version: latest
8181

0 commit comments

Comments
 (0)