Skip to content

Commit 8d8c1a8

Browse files
authored
Merge pull request #5385 from kubernetes-sigs/dependabot/github_actions/actions/checkout-6.0.2
🌱 Bump actions/checkout from 6.0.1 to 6.0.2
2 parents 008563f + cadb37b commit 8d8c1a8

20 files changed

+26
-26
lines changed

.github/workflows/apidiff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
1717
steps:
1818
- name: Clone the code
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Go

.github/workflows/codeql.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].2
2424

2525
- name: Setup Go
2626
uses: actions/setup-go@v6

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
1313
steps:
1414
- name: Checkout
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616

1717
- name: Setup Go
1818
uses: actions/setup-go@v6

.github/workflows/cross-platform-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2323
steps:
2424
- name: Clone the code
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
- name: Setup Go
2727
uses: actions/setup-go@v6
2828
with:

.github/workflows/external-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323

2424
- name: Setup Go
2525
uses: actions/setup-go@v6

.github/workflows/legacy-webhook-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2323
steps:
2424
- name: Clone the code
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
- name: Setup Go
2727
uses: actions/setup-go@v6
2828
with:

.github/workflows/lint-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
3030
steps:
3131
- name: Clone the code
32-
uses: actions/[email protected].1
32+
uses: actions/[email protected].2
3333
- name: Setup Go
3434
uses: actions/setup-go@v6
3535
with:

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
1717
steps:
1818
- name: Clone the code
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
- name: Setup Go
2121
uses: actions/setup-go@v6
2222
with:
@@ -31,13 +31,13 @@ jobs:
3131
yamllint:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/[email protected].1
34+
- uses: actions/[email protected].2
3535
- name: Run yamllint make target
3636
run: make yamllint
3737

3838
license:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/[email protected].1
41+
- uses: actions/[email protected].2
4242
- name: Run license check
4343
run: make test-license

.github/workflows/release-version-ci.yml

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

1717
steps:
1818
- name: Checkout code
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/release.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717
with:
1818
fetch-depth: 0
1919
- name: Fetch all tags

0 commit comments

Comments
 (0)