Skip to content

Commit 73c1124

Browse files
chore(deps): update docker/login-action action to v4
1 parent ba9b254 commit 73c1124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Login to Docker
3535
if: ${{ !startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/master' }}
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
username: ${{ secrets.DOCKER_USER }}
3939
password: ${{ secrets.DOCKER_PASS }}

0 commit comments

Comments
 (0)