Skip to content

Commit 9315a68

Browse files
chore(deps): update docker/login-action action to v3
1 parent 216a315 commit 9315a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Login to GitHub Container Registry
7171
if: ${{ github.event_name != 'pull_request' }}
72-
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0
72+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7373
with:
7474
registry: ghcr.io
7575
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)