Skip to content

Commit

Permalink
Merge branch 'main' into victor/fix-links-sep30
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac authored Oct 14, 2024
2 parents a922321 + ece2fe1 commit 6e65326
Show file tree
Hide file tree
Showing 13 changed files with 2,020 additions and 2,264 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_BACKTRACE: "1"
RISC0_MONOREPO_REF: "release-1.0"
RISC0_MONOREPO_REF: "release-1.1"

jobs:
test:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

- name: risczero toolchain install
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.0
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.1
with:
ref: ${{ env.RISC0_MONOREPO_REF }}

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

- name: risczero toolchain install
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.0
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.1
with:
ref: ${{ env.RISC0_MONOREPO_REF }}

Expand Down
Loading

0 comments on commit 6e65326

Please sign in to comment.