Skip to content

Commit 486b484

Browse files
Update docker/setup-buildx-action action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3503360 commit 486b484

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
@@ -25,7 +25,7 @@ jobs:
2525
id: tag
2626
uses: aws-pca-k8s-plugin-ops-admin/action-get-tag@727a6f0a561be04e09013531e73a3983a65e3479
2727
- name: Setup Dockerx
28-
uses: docker/setup-buildx-action@v1
28+
uses: docker/setup-buildx-action@v3
2929
- name: Setup AWS Credentials
3030
uses: aws-actions/configure-aws-credentials@master
3131
with:

0 commit comments

Comments
 (0)