Skip to content

Commit e332a60

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
7373
with:
7474
registry: ghcr.io
7575
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)