Skip to content

Commit

Permalink
Change action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 14, 2024
1 parent 77eba40 commit 9093415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: Swatinem/rust-cache@v2.7.5
with:
key: ${{ matrix.settings.host }}
- uses: sambacha/parallelish@v1
- uses: sambacha/parallelish@v1.0.0
id: tasks
with:
cmd1: cargo build
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: Swatinem/rust-cache@v2.7.5
with:
key: macos-latest
- uses: sambacha/parallelish@v1
- uses: sambacha/parallelish@v1.0.0
id: tasks
with:
cmd1: cargo build --target x86_64-apple-darwin
Expand Down

0 comments on commit 9093415

Please sign in to comment.