Skip to content

Commit 88e8b8a

Browse files
build(deps): bump docker/login-action from 4.5.2 to 4.6.0 (#12199)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18679f6 commit 88e8b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4040

4141
- name: Login to DockerHub
42-
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
42+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4343
with:
4444
username: ${{ secrets.DOCKER_HUB_USER }}
4545
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)