Skip to content

Commit 6a48e4c

Browse files
authored
Merge pull request #53 from k8snetworkplumbingwg/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents afcdfe9 + be4c47a commit 6a48e4c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: ${{ matrix.go-version }}
2121

2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Build
2626
env:
@@ -62,7 +62,7 @@ jobs:
6262
go-version: 1.22.x
6363

6464
- name: Check out code into the Go module directory
65-
uses: actions/checkout@v2
65+
uses: actions/checkout@v4
6666

6767
- name: Install hwdata
6868
run: sudo apt-get install hwdata -y
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
go-version: 1.22.x
8282

83-
- uses: actions/checkout@v2
83+
- uses: actions/checkout@v4
8484

8585
- name: Install hwdata
8686
run: sudo apt-get install hwdata -y
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/setup-go@v3
9797
with:
9898
go-version: 1.22.x
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v4
100100
- name: golangci-lint
101101
uses: golangci/golangci-lint-action@v3
102102
with:
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
name: Hadolint
109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v4
111111
- uses: brpaz/[email protected]
112112
name: Run Hadolint
113113
with:
@@ -117,7 +117,7 @@ jobs:
117117
go-check:
118118
runs-on: ubuntu-latest
119119
steps:
120-
- uses: actions/checkout@v2
120+
- uses: actions/checkout@v4
121121

122122
- name: Set up Go
123123
uses: actions/setup-go@v3

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)