Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
components: clippy

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
shared-key: ${{ matrix.rust }}-${{ matrix.os }}
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2

- name: Build docs
run: cargo doc --all-features --no-deps
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
continue-on-error: true
with:
shared-key: features
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
continue-on-error: true
with:
shared-key: semver
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
continue-on-error: true
with:
shared-key: test
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
continue-on-error: true
with:
shared-key: examples
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
continue-on-error: true
with:
shared-key: test
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
components: llvm-tools-preview

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
continue-on-error: true
with:
shared-key: coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
shared-key: mutants
save-if: ${{ github.event_name == 'schedule' }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
toolchain: stable

- name: Cache
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2
with:
shared-key: mutants
save-if: false
Expand Down
Loading