Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/abigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
check:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
golangci:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25
Expand All @@ -62,7 +62,7 @@ jobs:
test:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
registry_url: ghcr.io/cosmos/eureka-relayer
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
outputs:
matrix: ${{ steps.get-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Generate Test Matrix
id: get-matrix
uses: ./.github/actions/e2e-matrix
Expand All @@ -71,7 +71,7 @@ jobs:
name: ${{ matrix.entrypoint }}/${{ matrix.test }}
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up E2E environment
uses: ./.github/actions/e2e-setup
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
outputs:
matrix: ${{ steps.get-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Generate Test Matrix
id: get-matrix
uses: ./.github/actions/e2e-matrix
Expand All @@ -72,7 +72,7 @@ jobs:
name: ${{ matrix.entrypoint }}/${{ matrix.test }}
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up E2E environment
uses: ./.github/actions/e2e-setup
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: lint
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25
Expand All @@ -52,7 +52,7 @@ jobs:
outputs:
matrix: ${{ steps.get-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Generate Test Matrix
id: get-matrix
uses: ./.github/actions/e2e-matrix
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up E2E environment
uses: ./.github/actions/e2e-setup
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand All @@ -35,7 +35,7 @@ jobs:
build:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand All @@ -51,7 +51,7 @@ jobs:
needs: [lint, build]
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
needs: [build]
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand All @@ -101,7 +101,7 @@ jobs:
needs: [test]
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: depot-ubuntu-24.04-4
if: startsWith(github.ref_name, 'sp1-programs-')
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Install SP1 toolchain
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: depot-ubuntu-24.04-4
if: startsWith(github.ref_name, 'cw-ics08-wasm-eth-')
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Upload cw-ics08-wasm-eth to release
uses: svenstaro/upload-release-action@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: fmt-and-clippy
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand All @@ -36,7 +36,7 @@ jobs:
name: unit-tests
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup

Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: depot-ubuntu-24.04-4
continue-on-error: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup
- name: Build
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: depot-ubuntu-24.04-4
continue-on-error: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up environment
uses: ./.github/actions/foundry-setup
- name: Build
Expand All @@ -80,7 +80,7 @@ build-08-wasm-eth:
runs-on: depot-ubuntu-24.04-4
continue-on-error: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
Loading