Skip to content

Commit cdf7058

Browse files
authored
Merge pull request #331 from k8snetworkplumbingwg/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c69d634 + 4cbc35b commit cdf7058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
uses: actions/setup-go@v5
1010
with:
1111
go-version: "1.23"
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: run make lint
1414
run: make lint
1515
shellcheck:
1616
name: Shellcheck
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Run ShellCheck
2121
uses: ludeeus/action-shellcheck@master
2222
with:
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
name: Hadolint
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: hadolint/[email protected]
3030
name: Run Hadolint
3131
with:

0 commit comments

Comments
 (0)