Skip to content

Commit bd6a807

Browse files
Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd47885 commit bd6a807

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/anchore.yml

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

5454
# https://github.com/docker/setup-buildx-action
5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@v2
56+
uses: docker/setup-buildx-action@v3
5757

5858
# Build and push Docker image with Buildx (don't push on PR)
5959
# https://github.com/docker/bake-action

.github/workflows/manual_leaf_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# multi-platform images and export cache
2727
# https://github.com/docker/setup-buildx-action
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
29+
uses: docker/setup-buildx-action@65d18f8f8a05aab1b2d761032bec9cd5578caadb # v3.3.0
3030

3131
- name: Set user email from actor
3232
run: |

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# multi-platform images and export cache
5353
# https://github.com/docker/setup-buildx-action
5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
55+
uses: docker/setup-buildx-action@65d18f8f8a05aab1b2d761032bec9cd5578caadb # v3.3.0
5656

5757
# Login against a Docker registry except on PR
5858
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)