Skip to content

Commit 03a0b58

Browse files
chore(deps): update docker/login-action action to v3
1 parent 7485487 commit 03a0b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: "!contains(github.event.head_commit.message, 'skip ci')"
3030
steps:
3131
- name: Login to DockerHub
32-
uses: docker/login-action@v2
32+
uses: docker/login-action@v3
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
3535
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)