Skip to content

Commit b82afcb

Browse files
authored
fix: pin version for action (#91)
1 parent ffcbc91 commit b82afcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

33-
- uses: bytecodealliance/wkg-github-action
33+
- uses: bytecodealliance/wkg-github-action@v1
3434
with:
3535
description: 'A WASI API providing I/O stream abstractions.'
3636
oci-reference-without-tag: 'ghcr.io/WebAssembly/wasi/io'

0 commit comments

Comments
 (0)