Skip to content

Commit 16e2e4b

Browse files
Update docker/login-action action to v4.4.0
1 parent 3bb4f53 commit 16e2e4b

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
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Login to docker registry
5353
if: ${{ github.event_name != 'pull_request' }}
54-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
54+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
5555
with:
5656
registry: docker.pkg.github.com
5757
username: ${{ github.actor }}

0 commit comments

Comments
 (0)