Skip to content

Commit 80db82a

Browse files
authored
Merge pull request #596 from kubernetes-sigs/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents c20a2a6 + 80e59ba commit 80db82a

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)