Skip to content

Commit 80e59ba

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- 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 3026615 commit 80e59ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: go
3030

3131
- name: Check out code
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333

3434
- name: Build
3535
run: |
@@ -65,7 +65,7 @@ jobs:
6565
IP_FAMILY: ${{ matrix.ipFamily }}
6666
steps:
6767
- name: Check out code
68-
uses: actions/checkout@v2
68+
uses: actions/checkout@v4
6969

7070
- name: Enable ipv4 and ipv6 forwarding
7171
run: |

0 commit comments

Comments
 (0)