Skip to content

Commit

Permalink
Update swatinem/rust-cache action to v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 0f30009 commit 51fd714
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crates.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.3
uses: swatinem/rust-cache@v2.7.6

- name: Publish to crates.io
run: cargo publish --token ${{ secrets.CRATES_TOKEN }} -v --all-features
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.3
uses: swatinem/rust-cache@v2.7.6

- name: Install cargo-all-features
run: cargo install cargo-all-features
@@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.3
uses: swatinem/rust-cache@v2.7.6

- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
@@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.3
uses: swatinem/rust-cache@v2.7.6

- name: Run tests with test coverage
run: |

0 comments on commit 51fd714

Please sign in to comment.