Skip to content

Commit 40a0b06

Browse files
build(deps): bump docker/login-action from 4.2.0 to 4.3.0 (#11865)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8a6495 commit 40a0b06

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@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
4040

4141
- name: Login to DockerHub
42-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
42+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
4343
with:
4444
username: ${{ secrets.DOCKER_HUB_USER }}
4545
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)