Skip to content

Commit 812f6ce

Browse files
dependabot[bot]kateinoigakukun
authored andcommitted
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2abed71 commit 812f6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
key: ${{ runner.os }}-buildx-${{ github.sha }}
4848
restore-keys: |
4949
${{ runner.os }}-buildx-
50-
- uses: docker/setup-buildx-action@v1
50+
- uses: docker/setup-buildx-action@v2
5151
- uses: docker/login-action@v1
5252
with:
5353
username: ${{ github.actor }}

0 commit comments

Comments
 (0)