Skip to content

Commit d82b7a5

Browse files
chore(deps): update docker/setup-buildx-action action to v3
1 parent 8c61707 commit d82b7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-base-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
password: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
2929

3030
- name: 🔨 Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v2
31+
uses: docker/setup-buildx-action@v3
3232

3333
- name: 🚀 Build base image
3434
run: |

.github/workflows/deploy-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
3333

3434
- name: 🔨 Set up Docker Buildx
35-
uses: docker/setup-buildx-action@v2
35+
uses: docker/setup-buildx-action@v3
3636

3737
- name: 🚀 Build action image
3838
id: image_build

0 commit comments

Comments
 (0)