Skip to content

Commit 1a4a728

Browse files
chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#183)
Bumps [docker/setup-buildx-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b33fa01 commit 1a4a728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-verify.yml

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

6363
- name: Set up Docker Buildx
6464
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
65-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
65+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6666

6767
- name: Login to Quay.io and Docker Hub registries and setup multi-arch builder
6868
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'

0 commit comments

Comments
 (0)