Skip to content

Commit 7a48b7a

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

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

0 commit comments

Comments
 (0)