Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#596 from kubernetes-sigs/dependabo…
Browse files Browse the repository at this point in the history
…t/github_actions/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
k8s-ci-robot authored Mar 30, 2024
2 parents c20a2a6 + 80e59ba commit 80db82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
IP_FAMILY: ${{ matrix.ipFamily }}
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Enable ipv4 and ipv6 forwarding
run: |
Expand Down

0 comments on commit 80db82a

Please sign in to comment.