Skip to content

Commit 41d5f92

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/setup directory: [docker/setup-docker-action](https://github.com/docker/setup-docker-action). Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@ce36039...0611638) Updates `docker/setup-docker-action` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](docker/setup-docker-action@b2189fb...0234bb7) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: docker/setup-docker-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fa8ba3 commit 41d5f92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

actions/docker/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ runs:
297297
}
298298
299299
- if: steps.get-docker-config.outputs.platform-exists != 'true'
300-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
300+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
301301
with:
302302
platforms: ${{ inputs.platform }}
303303

actions/docker/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ runs:
391391
core.setOutput('exists', dockerPath ? 'true' : 'false');
392392
393393
- if: steps.detect-docker.outputs.exists != 'true'
394-
uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0
394+
uses: docker/setup-docker-action@0234bb73ccb40f0c430b795634f9247e2b5c2d23 # v5.2.0
395395

396396
- if: inputs.setup-buildx != 'false'
397397
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

0 commit comments

Comments
 (0)