Sfoglia il codice sorgente

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 anno fa
parent
commit
6f286f1d4d

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

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

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

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

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

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