diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 55200086..0e4b18da 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -39,7 +39,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - uses: bencherdev/bencher@main @@ -86,7 +86,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - uses: bencherdev/bencher@main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db0c27d9..65003e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: tool: cargo-nextest - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Run tests run: cargo nextest run diff --git a/.github/workflows/fork_pr_benchmark_run.yml b/.github/workflows/fork_pr_benchmark_run.yml index 56cf462e..e1a21fd2 100644 --- a/.github/workflows/fork_pr_benchmark_run.yml +++ b/.github/workflows/fork_pr_benchmark_run.yml @@ -18,7 +18,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - uses: bencherdev/bencher@main diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e2011949..8725d385 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -40,7 +40,7 @@ jobs: toolchain: ${{ env.rust_min }} components: rustfmt - - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Run rustfmt run: cargo fmt -- --check @@ -66,7 +66,7 @@ jobs: toolchain: ${{ env.rust_min }} components: rustfmt, clippy - - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Install cargo-binstall uses: taiki-e/install-action@f1390fd0d8205ae79e5e57b1d1e300dceeb4163e # v2.49.44