Skip to content

Commit d03ea41

Browse files
chore(deps): update docker/login-action action to v4
1 parent 89a63b3 commit d03ea41

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
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Login to docker registry
4848
if: ${{ github.event_name != 'pull_request' }}
49-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
49+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5050
with:
5151
registry: docker.pkg.github.com
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)