1
0
Fork 0

Merge pull request #2966 from austinvazquez/upgrade-github-actions-packages

Upgrade actions/checkout package to v3
This commit is contained in:
Duncan Ogilvie 2022-11-23 13:21:50 +01:00 committed by GitHub
commit c3777a9881
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 100