Skip to content

Commit 381acf6

Browse files
Bump docker/setup-buildx-action from 1 to 2 (#19)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a01468a commit 381acf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
platforms: arm64,ppc64le,s390x
7777
if: github.event_name != 'pull_request'
7878
- name: Docker Buildx
79-
uses: docker/setup-buildx-action@v1
79+
uses: docker/setup-buildx-action@v2
8080
- name: Docker meta
8181
id: meta
8282
uses: docker/metadata-action@v3

0 commit comments

Comments
 (0)