Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 21, 2023
1 parent 634a81a commit 733d50d
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 @@ -30,7 +30,7 @@ jobs:
- name: Check blockchain status
run: curl localhost:26657/status
- name: Checkout back to rosetta
uses: actions/checkout@v3
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 733d50d

Please sign in to comment.