Skip to content

Commit 14bf191

Browse files
committed
Update docker/login-action action to v3.3.0
1 parent 6d546bb commit 14bf191

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3333

3434
- name: Log in to the Container registry
35-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
35+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)