Skip to content

Commit 70b37ec

Browse files
authored
Merge pull request #96 from timoa/fix/deps/docker-login-action-2.x
2 parents fd9841d + c65f6a0 commit 70b37ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # tag=v1.7.0
170170

171171
- name: Login to DockerHub
172-
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # tag=v1.14.1
172+
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0
173173
with:
174174
username: ${{ secrets.DOCKER_USERNAME }}
175175
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)