4
0
Эх сурвалжийг харах

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.
Tamir Duberstein 1 жил өмнө
parent
commit
6f286f1d4d

+ 1 - 1
.github/workflows/build-aya-bpf.yml

@@ -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

+ 1 - 1
.github/workflows/build-aya.yml

@@ -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
 

+ 1 - 1
.github/workflows/gen.yml

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