Skip to content

Commit e3fa187

Browse files
authored
Merge pull request #2695 from kubernetes-client/dependabot/github_actions/main/actions/checkout-5.0.1
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
2 parents 8da6ef2 + 34e17d7 commit e3fa187

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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/[email protected].0
41+
uses: actions/[email protected].1
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/[email protected].0
11+
uses: actions/[email protected].1
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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Javascript
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
- name: Setup Node
2424
uses: actions/setup-node@v6
2525
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
environment: production
3434
steps:
3535
- name: Checkout Javascript
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
- name: Setup Node
3838
uses: actions/setup-node@v6
3939
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/[email protected].0
17+
- uses: actions/[email protected].1
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)