Skip to content

Commit 31a861b

Browse files
Update docker/login-action action to v3.5.0
1 parent 43e9485 commit 31a861b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: docker images
129129
- name: Login to GitHub Container Registry
130130
if: github.event_name != 'pull_request'
131-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
131+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
132132
with:
133133
registry: ghcr.io
134134
username: ${{ github.actor }}

0 commit comments

Comments
 (0)