Skip to content

Commit 5ea01f8

Browse files
Merge pull request #103 from steadybit/dependabot/github_actions/docker/setup-buildx-action-4
chore(deps): bump docker/setup-buildx-action from 3 to 4
2 parents ced221b + 14a963e commit 5ea01f8

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@v4 # 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)