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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

# Log in so we can push the image layers + tags to Docker Hub
- uses: docker/login-action@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- runs-on=${{ github.run_id }}
- runner=64cpu-linux-arm64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build via Docker Compose
run: docker compose build

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v3

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: informalsystems/malachite
ref: ${{ env.MALACHITE_GIT_REF }}
Expand All @@ -50,7 +50,7 @@ jobs:
profile: default
override: true

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: CassOnMars/eth-signature-verifier
path: ./eth-signature-verifier
Expand All @@ -59,7 +59,7 @@ jobs:
with:
node-version: 22

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
path: ./snapchain

Expand Down