Skip to content

Commit 417168f

Browse files
authored
Merge pull request #3761 from kubernetes-sigs/dependabot/github_actions/actions/checkout-3.1.0
build(deps): bump actions/checkout from 2 to 3.1.0
2 parents 1de6849 + 8d19229 commit 417168f

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
@@ -21,7 +21,7 @@ jobs:
2121
language: [ 'go' ]
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v3.1.0
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.18'
2525
id: go
2626
- name: Check out code into the Go module directory
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v3.1.0
2828
- uses: actions/cache@v3
2929
name: Restore go cache
3030
with:

.github/workflows/md-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3.1.0
1212
- uses: artyom/mdlinks@v0
1313
with:
1414
dir: 'docs/book'

0 commit comments

Comments
 (0)