Skip to content

Commit fc978f6

Browse files
build(deps): bump the docker-actions group across 1 directory with 2 updates (#629)
Bumps the docker-actions group with 2 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [docker/login-action](https://github.com/docker/login-action). Updates `docker/setup-qemu-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@c7c5346...ce36039) Updates `docker/login-action` from 3.7.0 to 4.0.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-actions - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 963718d commit fc978f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/__call-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
} >> "${GITHUB_OUTPUT}"
244244
245245
- name: Set Up QEMU
246-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
246+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
247247

248248
- name: Set up Docker Buildx
249249
id: buildx
@@ -259,14 +259,14 @@ jobs:
259259
260260
- name: Log in to Docker Hub
261261
if: inputs.publish_release == 'true' # PRs do not have access to secrets
262-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
262+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
263263
with:
264264
username: ${{ inputs.docker_hub_username }}
265265
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
266266

267267
- name: Log in to the Container registry
268268
if: inputs.publish_release == 'true' # PRs do not have access to secrets
269-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
269+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
270270
with:
271271
registry: ghcr.io
272272
username: ${{ inputs.gh_bot_name }}

0 commit comments

Comments
 (0)