Merge pull request #1103 from kubesphere/dependabot-github_actions-actions-checkout-3

build(deps): bump actions/checkout from 2 to 3
This commit is contained in:
KubeSphere CI Bot 2022-03-14 10:55:17 +08:00 committed by GitHub
commit dcb2435e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Unshallow