Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: starkware-libs/starkware-starknet-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d9c9a69fe816ea5e557fa8a685b9cbfe29367a8
Choose a base ref
..
head repository: starkware-libs/starkware-starknet-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1f670994a2b4a7e3f77d48ca0ca9a1f43c99275
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/on-pull-request.yaml
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v4
- uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: "0.38.0"
starknet-foundry-version: "0.38.2"
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.10.1"
scarb-version: "2.11.0"

- name: Install cairo-coverage
run: |