Skip to content

Commit

Permalink
Update swatinem/rust-cache action to v2.7.3 (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 3aee3b9 commit 36bcd03
Show file tree
Hide file tree
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
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/[email protected].2
uses: swatinem/[email protected].3

- 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
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/[email protected].2
uses: swatinem/[email protected].3

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

- name: Cache build artifacts
uses: swatinem/[email protected].2
uses: swatinem/[email protected].3

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

- name: Cache build artifacts
uses: swatinem/[email protected].2
uses: swatinem/[email protected].3

- name: Run tests with test coverage
run: |
Expand Down

0 comments on commit 36bcd03

Please sign in to comment.