Skip to content

Commit 9d1155d

Browse files
chore(deps): update docker/setup-buildx-action action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 708edfd commit 9d1155d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-push-to-main-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Dockerx
22-
uses: docker/setup-buildx-action@v1
22+
uses: docker/setup-buildx-action@v3
2323
- name: Setup AWS Credentials
2424
uses: aws-actions/configure-aws-credentials@master
2525
with:

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: tag
2424
uses: divyansh-gupta/action-get-tag@727a6f0a561be04e09013531e73a3983a65e3479
2525
- name: Setup Dockerx
26-
uses: docker/setup-buildx-action@v1
26+
uses: docker/setup-buildx-action@v3
2727
- name: Setup AWS Credentials
2828
uses: aws-actions/configure-aws-credentials@master
2929
with:

0 commit comments

Comments
 (0)