Skip to content

Commit f853be6

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

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

0 commit comments

Comments
 (0)