try checkoutv2 per https://github.com/actions/checkout/issues/664
This commit is contained in:
parent
92cf12d2ec
commit
56bac07109
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cimg.yml
vendored
2
.github/workflows/cimg.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
needs: check-version
|
||||
if: ${{ needs.check-version.outputs.latest-tag != 'v.3.3.4' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v2
|
||||
name: Checkout this repository
|
||||
with:
|
||||
token: ${{ secrets.CIMG_UPDATE_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue