Skip to content

Commit c1ca431

Browse files
🌱 Bump docker/setup-buildx-action from 1 to 3 (#257)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v3) --- 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 c738039 commit c1ca431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fi
7878
7979
- name: Set up Docker Buildx
80-
uses: docker/setup-buildx-action@v1
80+
uses: docker/setup-buildx-action@v3
8181

8282
- name: Login to Quay
8383
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)