diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 10636ad..f80cc97 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,7 +55,7 @@ jobs: with: toolchain: nightly - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Build API documentation run: cargo doc --verbose --no-deps --all-features diff --git a/.github/workflows/find_mutants_in_pr.yml b/.github/workflows/find_mutants_in_pr.yml index 084dcbb..16d889a 100644 --- a/.github/workflows/find_mutants_in_pr.yml +++ b/.github/workflows/find_mutants_in_pr.yml @@ -31,7 +31,7 @@ jobs: run: | git branch -av git diff origin/${{ github.base_ref }}.. | tee git.diff - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - uses: taiki-e/install-action@92f69c195229fe62d58b4d697ab4bc75def98e76 # v2 name: Install cargo-mutants using install-action with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b677c49..69a1227 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install cargo-audit uses: taiki-e/install-action@6bd56108367fcf832720b0ee9c372084f856e8e5 # v2 with: @@ -199,7 +199,7 @@ jobs: profile: minimal override: true components: rustfmt - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Check formatting run: cargo fmt --all -- --check @@ -219,7 +219,7 @@ jobs: profile: minimal override: true components: clippy - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -240,7 +240,7 @@ jobs: with: tool: cargo-llvm-cov@0.6.10 - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Generate code coverage run: cargo llvm-cov --all-features --workspace --codecov --output-path @@ -262,7 +262,7 @@ jobs: - name: Install Rust run: rustup update stable - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Run doc-tests run: cargo test --doc --all-features @@ -329,7 +329,7 @@ jobs: with: tool: cargo-fuzz - - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Run fuzz targets run: |