Skip to content

Commit

Permalink
added checkout for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 24, 2023
1 parent 9f8ac05 commit 13f41a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: '^1.21.1'
- name: Get cosmos-sdk repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cosmos/cosmos-sdk
ref: main
Expand All @@ -32,7 +32,7 @@ jobs:
shell: bash
- name: Check blockchain status
run: curl localhost:26657/status
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- name: Build Rosetta
run: go mod tidy && make rosetta && make plugin
- name: Run Rosetta service
Expand Down

0 comments on commit 13f41a8

Please sign in to comment.