Skip to content

Commit

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

---
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] authored Mar 23, 2023
1 parent 7e2651a commit b5ad913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/interchaintest-E2E.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
id: go

- name: checkout chain
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: make ictest-basic
env:
Expand All @@ -86,7 +86,7 @@ jobs:
id: go

- name: checkout chain
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: make ictest-ibc
env:
Expand All @@ -103,7 +103,7 @@ jobs:
id: go

- name: checkout chain
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: make ictest-upgrade
env:
Expand Down

0 comments on commit b5ad913

Please sign in to comment.