Skip to content

Commit a769281

Browse files
build(deps): bump docker/setup-buildx-action (#675)
Bumps the github-actions group with 1 update in the /.github/actions/bootstrap directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@b5ca514...e468171) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0f2367 commit a769281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323

2424
- name: Set up Docker Buildx
2525
if: "${{ inputs.goreleaser == 'true' }}"
26-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
26+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
2727

2828
# See https://goreleaser.com/blog/supply-chain-security/
2929
- name: installs syft for generating the SBOM with goreleaser

0 commit comments

Comments
 (0)