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