From 43e36982c024a55035078bbf445353a4ebf615ab Mon Sep 17 00:00:00 2001 From: Nick Garfield Date: Wed, 7 Feb 2024 16:42:17 +0000 Subject: [PATCH] Attempt to fix github workflow --- .github/workflows/bump-release.yaml | 4 ++-- .github/workflows/code-scan.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump-release.yaml b/.github/workflows/bump-release.yaml index 343a420eb..460bd30ef 100644 --- a/.github/workflows/bump-release.yaml +++ b/.github/workflows/bump-release.yaml @@ -22,7 +22,7 @@ on: env: CARGO_TERM_COLOR: always - ANCHOR_VERSION: v0.27.0 + ANCHOR_VERSION: v0.29.0 PUBLISH_PREFIX: clockwork jobs: @@ -107,7 +107,7 @@ jobs: - name: Install Rust ${{ env.PLUGIN_RUST_VERSION }} uses: ./.github/actions/setup-rust/ - - uses: Swatinem/rust-cache@v2 + - uses: Swatinem/rust-cache@v2.7.0 with: key: tarball-${{ runner.target }}-build-${{ hashFiles('**/Cargo.lock') }} - name: Build release tarball diff --git a/.github/workflows/code-scan.yaml b/.github/workflows/code-scan.yaml index e42c56a2d..e65de4ea9 100644 --- a/.github/workflows/code-scan.yaml +++ b/.github/workflows/code-scan.yaml @@ -14,13 +14,13 @@ jobs: build: name: Build runs-on: ubuntu-latest - container: projectserum/build:v0.27.0 + container: projectserum/build:v0.29.0 steps: - name: Checkout repository uses: actions/checkout@v3 - name: Install default toolchain run: rustup default stable - - uses: Swatinem/rust-cache@v2 + - uses: Swatinem/rust-cache@v2.7.0 - name: Build run: cargo build --locked @@ -28,7 +28,7 @@ jobs: needs: build name: Audit ${{ matrix.node.path }} runs-on: ubuntu-latest - container: projectserum/build:v0.27.0 + container: projectserum/build:v0.29.0 strategy: fail-fast: false matrix: