Skip to content

Commit

Permalink
Merge pull request #3761 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-3.1.0

build(deps): bump actions/checkout from 2 to 3.1.0
  • Loading branch information
k8s-ci-robot committed Oct 12, 2022
2 parents 1de6849 + 8d19229 commit 417168f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.18'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0
- uses: actions/cache@v3
name: Restore go cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- uses: artyom/mdlinks@v0
with:
dir: 'docs/book'

0 comments on commit 417168f

Please sign in to comment.