Merge pull request #800 from kubernetes/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
1cab59e22e
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: git-sync
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
with:
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: git-sync
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
with:
|
||||
go-version: '1.20.6'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: git-sync
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue