Skip to content

Commit

Permalink
ci: pin lycheeverse/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent ba84acd commit fdf01cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
cache-key: wasi
save-cache: ${{ github.ref_name == 'main' }}
- run: rustup target add wasm32-wasip1-threads
- uses: bytecodealliance/actions/wasmtime/setup@v1.3.1
- uses: bytecodealliance/actions/wasmtime/setup@v1.1.0
- run: cargo test --target wasm32-wasip1-threads ${TEST_FLAGS}
- run: git diff --exit-code # Must commit everything

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: taiki-e/[email protected]

- name: Check Links
uses: lycheeverse/lychee-action@master
uses: lycheeverse/lychee-action@v2.1.0
with:
# For parameter description, see https://github.com/lycheeverse/lychee#commandline-parameters
# Accept 429 for now due to GitHub rate limit.
Expand Down

0 comments on commit fdf01cf

Please sign in to comment.