Skip to content

Commit ca08422

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 9885a8c commit ca08422

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
@@ -73,7 +73,7 @@ jobs:
7373
id: go
7474

7575
- name: checkout chain
76-
uses: actions/checkout@v2
76+
uses: actions/checkout@v3
7777

7878
- run: make ictest-basic
7979
env:
@@ -90,7 +90,7 @@ jobs:
9090
id: go
9191

9292
- name: checkout chain
93-
uses: actions/checkout@v2
93+
uses: actions/checkout@v3
9494

9595
- run: make ictest-ibc
9696
env:
@@ -107,7 +107,7 @@ jobs:
107107
id: go
108108

109109
- name: checkout chain
110-
uses: actions/checkout@v2
110+
uses: actions/checkout@v3
111111

112112
- run: make ictest-upgrade
113113
env:

0 commit comments

Comments
 (0)