Skip to content

Commit fef1c20

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 919dded commit fef1c20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
@@ -72,7 +72,7 @@ jobs:
7272
chmod +x ./kind
7373
sudo mv ./kind /usr/local/bin/kind
7474
- name: Check out code
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676
- name: Set up Go
7777
uses: actions/setup-go@v5
7878
with:
@@ -112,7 +112,7 @@ jobs:
112112
IP_FAMILY: ${{ matrix.ipFamily }}
113113
steps:
114114
- name: Check out code
115-
uses: actions/checkout@v4
115+
uses: actions/checkout@v5
116116

117117
- name: Enable ipv4 and ipv6 forwarding
118118
run: |

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: lint
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)