From 9093415825a7c7875cf17c641bf433d6100105ee Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Fri, 13 Dec 2024 17:42:06 -0800 Subject: [PATCH] Change action version --- .github/workflows/check-dynamic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-dynamic.yml b/.github/workflows/check-dynamic.yml index dd959bd..7a09fe8 100644 --- a/.github/workflows/check-dynamic.yml +++ b/.github/workflows/check-dynamic.yml @@ -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 @@ -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