Skip to content

Commit d95fc75

Browse files
dependabot[bot]joshiste
authored andcommitted
chore(deps): bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0798603 commit d95fc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
uses: docker/setup-qemu-action@v3 # NOSONAR githubactions:S7637 - verified action creator
224224

225225
- name: Set up Docker Buildx
226-
uses: docker/setup-buildx-action@v3 # NOSONAR githubactions:S7637 - verified action creator
226+
uses: docker/setup-buildx-action@v4 # NOSONAR githubactions:S7637 - verified action creator
227227

228228
- name: Log in to the container registry
229229
if: inputs.force_push_docker_image || github.event_name != 'pull_request'

0 commit comments

Comments
 (0)