Merge pull request #5326 from kubernetes-sigs/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Kubernetes Prow Robot
2023-12-07 05:13:11 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
steps:
- name: Clone the code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go