Skip to content

Commit 2513cee

Browse files
Bump docker/login-action action to v4
1 parent c1fb330 commit 2513cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

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

3737
- name: Docker login
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@v3.7.0
39+
uses: docker/login-action@v4.1.0
4040
with:
4141
username: ${{ secrets.DOCKER_USERNAME }}
4242
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)