Merge pull request #1799 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 2023-09-13 10:38:13 +08:00 committed by GitHub
commit 8608a8c5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'kubesphere/kubekey'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go 1.19
uses: actions/setup-go@v3