Skip to content

Commit d8060f2

Browse files
chore(deps): update docker/login-action action to v3.5.0 (#1187)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ee464c5 commit d8060f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/dockerhub-login/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
DOCKERHUB_PASSWORD=dockerhub:password
2828
2929
- name: Log in to Docker Hub
30-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
30+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3131
with:
3232
username: ${{ env.DOCKERHUB_USERNAME }}
3333
password: ${{ env.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)