Skip to content

Commit 3077949

Browse files
authored
Merge pull request #3928 from kubernetes-sigs/dependabot/github_actions/actions/checkout-3.2.0
build(deps): bump actions/checkout from 3.1.0 to 3.2.0
2 parents 85ead9e + 22d2122 commit 3077949

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.1.0
24+
uses: actions/checkout@v3.2.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.19'
2525
id: go
2626
- name: Check out code into the Go module directory
27-
uses: actions/checkout@v3.1.0
27+
uses: actions/checkout@v3.2.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@v3.1.0
11+
- uses: actions/checkout@v3.2.0
1212
- uses: artyom/mdlinks@v0
1313
with:
1414
dir: 'docs/book'

0 commit comments

Comments
 (0)