Skip to content

Commit 2655e6c

Browse files
authored
Update docker/login-action (#171)
1 parent f2a3ee6 commit 2655e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wait-and-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Checkout repository
8282
uses: actions/checkout@v4
8383
- name: Log in to the Container registry
84-
uses: docker/login-action@v2.1.0
84+
uses: docker/login-action@v3.3.0
8585
with:
8686
registry: ${{ env.REGISTRY }}
8787
username: ${{ github.actor }}

0 commit comments

Comments
 (0)