Skip to content

Commit 6a72d0d

Browse files
build(deps): bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7605df commit 6a72d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/companion-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
5959
- uses: docker/setup-buildx-action@v3
6060
- name: Log in to DockerHub
61-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
61+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6262
with:
6363
username: ${{secrets.DOCKER_USERNAME}}
6464
password: ${{secrets.DOCKER_PASSWORD}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
105105
- uses: docker/setup-buildx-action@v3
106106
- name: Log in to DockerHub
107-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
107+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
108108
with:
109109
username: ${{secrets.DOCKER_USERNAME}}
110110
password: ${{secrets.DOCKER_PASSWORD}}

0 commit comments

Comments
 (0)