github: update Swatinem/rust-cache@{v1,v2}

I don't understand why, but dependabot isn't updating this. See
https://github.com/dependabot/dependabot-core/issues/7384.
pull/620/head
Tamir Duberstein 1 year ago
parent 3f1a469f06
commit 6f286f1d4d
No known key found for this signature in database

@ -33,7 +33,7 @@ jobs:
toolchain: nightly
components: rust-src
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Prereqs
run: cargo install bpf-linker

@ -34,7 +34,7 @@ jobs:
- name: Check
run: cargo hack check --all-targets --feature-powerset --ignore-private
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Prereqs
run: cargo install cross --git https://github.com/cross-rs/cross

@ -23,7 +23,7 @@ jobs:
toolchain: nightly
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Install headers
run: |

Loading…
Cancel
Save