Skip to content

Commit

Permalink
Update swatinem/rust-cache action to v2.7.2 (#124)
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 10, 2024
1 parent bf8a3c8 commit a8e58e1
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].1
uses: swatinem/[email protected].2

- 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].1
uses: swatinem/[email protected].2

- 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].1
uses: swatinem/[email protected].2

- 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].1
uses: swatinem/[email protected].2

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

0 comments on commit a8e58e1

Please sign in to comment.