Skip to content

Commit 51b871c

Browse files
authored
Merge pull request #2755 from kubernetes-client/dependabot/github_actions/main/actions/checkout-6.0.2
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
2 parents ec33dd8 + b902d73 commit 51b871c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6.0.1
41+
uses: actions/checkout@v6.0.2
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v6.0.1
11+
uses: actions/checkout@v6.0.2
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v6
1414
with:

.github/workflows/generate-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Javascript
25-
uses: actions/checkout@v6.0.1
25+
uses: actions/checkout@v6.0.2
2626
- name: Setup Node
2727
uses: actions/setup-node@v6
2828
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
environment: production
3535
steps:
3636
- name: Checkout Javascript
37-
uses: actions/checkout@v6.0.1
37+
uses: actions/checkout@v6.0.2
3838
- name: Setup Node
3939
uses: actions/setup-node@v6
4040
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node: ['25', '24', '23', '22', '20', '18']
1515
name: Node ${{ matrix.node }} validation
1616
steps:
17-
- uses: actions/checkout@v6.0.1
17+
- uses: actions/checkout@v6.0.2
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)