Skip to content

Commit f319c7f

Browse files
build(deps): bump docker/login-action from 1 to 2 (#237)
1 parent 8e27a50 commit f319c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Login to DockerHub
3737
if: github.event_name != 'pull_request'
38-
uses: docker/login-action@v1
38+
uses: docker/login-action@v2
3939
with:
4040
username: ${{ secrets.DOCKER_USER }}
4141
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)