Skip to content

Commit ff31594

Browse files
chore(deps): update docker/login-action action to v3
1 parent a9444c0 commit ff31594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scip-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2323
- name: Login to DockerHub
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
username: ${{ secrets.DOCKER_USERNAME }}
2727
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)