Skip to content

Commit

Permalink
chore(deps): update dependency swatinem/rust-cache to v2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 53dfb3a commit e793176
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 @@ -268,7 +268,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
- name: Install host target
run: rustup target add ${{ matrix.target }}
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
- 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 @@ -85,7 +85,7 @@ jobs:
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apt-get install -y musl-tools

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5

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

0 comments on commit e793176

Please sign in to comment.