From 6f286f1d4dfca132cc7a4d230d59162bf309f64b Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Thu, 1 Jun 2023 17:03:01 -0400 Subject: [PATCH] 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. --- .github/workflows/build-aya-bpf.yml | 2 +- .github/workflows/build-aya.yml | 2 +- .github/workflows/gen.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-aya-bpf.yml b/.github/workflows/build-aya-bpf.yml index 19193abc..1f147d3d 100644 --- a/.github/workflows/build-aya-bpf.yml +++ b/.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 diff --git a/.github/workflows/build-aya.yml b/.github/workflows/build-aya.yml index 4e742c85..0610313a 100644 --- a/.github/workflows/build-aya.yml +++ b/.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 diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index c6700dce..cf5939df 100644 --- a/.github/workflows/gen.yml +++ b/.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: |