Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache digest to f0deed1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent a515f07 commit e3e1223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: rustup target add ${{ matrix.arch }}-apple-darwin

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2

- name: Run unit tests
run: cargo test --target ${{ matrix.arch }}-apple-darwin
Expand All @@ -42,7 +42,7 @@ jobs:
&& rustup target add ${{ matrix.arch }}-unknown-linux-musl
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2

- name: Run unit tests
run: cargo test --target ${{ matrix.arch }}-unknown-linux-musl
Expand Down

0 comments on commit e3e1223

Please sign in to comment.