Skip to content

Commit

Permalink
chore(deps): update dependency swatinem/rust-cache to v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 8a67ae5 commit fae3843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.2
- name: Install host target
run: rustup target add ${{ matrix.target }}
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.2
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apt-get install -y musl-tools

- uses: Swatinem/rust-cache@v2
- uses: Swatinem/rust-cache@v2.7.2

- name: Build
run: cargo build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit fae3843

Please sign in to comment.