Skip to content

Commit

Permalink
try checkoutv2 per actions/checkout#664
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronliu0130 authored Apr 3, 2024
1 parent 92cf12d commit 56bac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cimg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 56bac07

Please sign in to comment.