Skip to content

Commit b5ad913

Browse files
Bump actions/checkout from 2 to 3
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]>
1 parent 7e2651a commit b5ad913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/interchaintest-E2E.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: go
7070

7171
- name: checkout chain
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373

7474
- run: make ictest-basic
7575
env:
@@ -86,7 +86,7 @@ jobs:
8686
id: go
8787

8888
- name: checkout chain
89-
uses: actions/checkout@v2
89+
uses: actions/checkout@v3
9090

9191
- run: make ictest-ibc
9292
env:
@@ -103,7 +103,7 @@ jobs:
103103
id: go
104104

105105
- name: checkout chain
106-
uses: actions/checkout@v2
106+
uses: actions/checkout@v3
107107

108108
- run: make ictest-upgrade
109109
env:

0 commit comments

Comments
 (0)