diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c1aedd..6d64bcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: container: image: ghcr.io/espressosystems/devops-rust:stable steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: all_but_latest: true diff --git a/.github/workflows/build_static.yml b/.github/workflows/build_static.yml index 7997a90..b447d77 100644 --- a/.github/workflows/build_static.yml +++ b/.github/workflows/build_static.yml @@ -94,7 +94,7 @@ jobs: path: target/arm64/release - name: Setup Docker BuildKit (buildx) - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to Github Container Repo uses: docker/login-action@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9525df2..af0a8d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 name: Cancel Outdated Builds with: all_but_latest: true diff --git a/Cargo.lock b/Cargo.lock index b6b0193..15f1cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4247,7 +4247,7 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jf-primitives" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#1626a8448e7af8ea153241004375deff9fd961da" +source = "git+https://github.com/EspressoSystems/jellyfish#c0b88424ac1c362c2066971d0da5c43e8832ed5f" dependencies = [ "anyhow", "ark-bls12-377", @@ -4291,7 +4291,7 @@ dependencies = [ [[package]] name = "jf-relation" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#1626a8448e7af8ea153241004375deff9fd961da" +source = "git+https://github.com/EspressoSystems/jellyfish#c0b88424ac1c362c2066971d0da5c43e8832ed5f" dependencies = [ "ark-bls12-377", "ark-bls12-381 0.4.0", @@ -4317,7 +4317,7 @@ dependencies = [ [[package]] name = "jf-utils" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#1626a8448e7af8ea153241004375deff9fd961da" +source = "git+https://github.com/EspressoSystems/jellyfish#c0b88424ac1c362c2066971d0da5c43e8832ed5f" dependencies = [ "ark-ec 0.4.2", "ark-ff 0.4.2",