From 56bac07109b38534ad961c7075c9e3efd496aff1 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 2 Apr 2024 22:22:36 -0400 Subject: [PATCH] try checkoutv2 per https://github.com/actions/checkout/issues/664 --- .github/workflows/cimg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cimg.yml b/.github/workflows/cimg.yml index ec594bd..f3f23a7 100644 --- a/.github/workflows/cimg.yml +++ b/.github/workflows/cimg.yml @@ -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 }}