From bdd635e363a618d14cb396fe2db1e7e65103343c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 13:18:18 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 1 to 2 Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v1...v2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/soteria.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb48f1..9179408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: profile: minimal components: rustfmt, clippy - name: Cache dependencies - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Formatting and Linting run: | cargo fmt -- --check @@ -56,7 +56,7 @@ jobs: with: components: rustfmt, clippy - name: Cache Rust dependencies - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Generate keypair run: solana-keygen new --no-bip39-passphrase - name: Install Anchor diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af9e646..dbb5567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,6 @@ jobs: override: true profile: minimal toolchain: ${{ env.RUST_TOOLCHAIN }} - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Publish crates run: cargo workspaces publish --from-git --yes --skip-published --token ${{ secrets.CARGO_PUBLISH_TOKEN }} diff --git a/.github/workflows/soteria.yml b/.github/workflows/soteria.yml index 1135634..872f62b 100644 --- a/.github/workflows/soteria.yml +++ b/.github/workflows/soteria.yml @@ -29,7 +29,7 @@ jobs: key: solana-${{ env.SOLANA_VERSION }} - name: Cache build dependencies - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 with: target-dir: .coderrect/build