Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
wang yan
2025-02-21 18:08:50 +08:00
parent c747ef149b
commit db821d2a0f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
- -

View File

@@ -16,7 +16,7 @@ jobs:
COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}',github.event.pull_request.base.sha, github.event.pull_request.head.sha) || github.sha }} COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}',github.event.pull_request.base.sha, github.event.pull_request.head.sha) || github.sha }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v5
with: with:
path: src/github.com/goharbor/distribution path: src/github.com/goharbor/distribution
fetch-depth: 50 fetch-depth: 50