Merge pull request #530 from kubesphere/dependabot-github_actions-actions-checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
This commit is contained in:
KubeSphere CI Bot 2021-05-30 13:16:41 +08:00 committed by GitHub
commit fdeea2400e
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@v2.3.4
- name: Build
run: go build -v -o output/kk ./main.go

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go