Skip to content

Commit

Permalink
Merge pull request #335 from KisaragiEffective/renovate/swatinem-rust…
Browse files Browse the repository at this point in the history
…-cache-2.x

chore(deps): update swatinem/rust-cache action to v2.7.3
  • Loading branch information
KisaragiEffective authored Feb 6, 2024
2 parents 672c151 + ceaec43 commit 2c2dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
sudo apt-get -y install musl-tools
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3
with:
prefix-key: ${{ matrix.target }}-${{ env.CI_RUST_CACHE_VERSION }}-${{ matrix.https }}-${{ hashFiles('**/Cargo.lock') }}
env:
Expand Down

0 comments on commit 2c2dcc7

Please sign in to comment.