Skip to content

Commit 1014815

Browse files
committed
Version the docker/login-action, er, action
Signed-off-by: itowlson <[email protected]>
1 parent 513b5d3 commit 1014815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cargo binstall wkg
2828

2929
- name: Login to the GitHub registry
30-
uses: docker/login-action
30+
uses: docker/login-action@v3
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)