Skip to content

Commit e1f1d8d

Browse files
authored
Merge pull request #917 from kubernetes-client/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents 5dce223 + 4b387be commit e1f1d8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- 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@v2.3.1
11+
uses: actions/checkout@v3
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
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: [ '18', '16', '14' ]
1515
name: Node ${{ matrix.node }} validation
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)