Skip to content

Commit

Permalink
Attempt to fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Feb 7, 2024
1 parent d6fbdc3 commit 43e3698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

env:
CARGO_TERM_COLOR: always
ANCHOR_VERSION: v0.27.0
ANCHOR_VERSION: v0.29.0
PUBLISH_PREFIX: clockwork

jobs:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ 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

audit:
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:
Expand Down

0 comments on commit 43e3698

Please sign in to comment.