Skip to content

Commit 42b5b00

Browse files
Update docker/login-action action to v4
1 parent 8bb7741 commit 42b5b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

1313
- name: Login to GitHub
1414
if: github.ref == 'refs/heads/main'
15-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
15+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.actor }}

0 commit comments

Comments
 (0)