diff --git a/.github/workflows/autozip.yml b/.github/workflows/autozip.yml index 4a52f2d..922db1b 100644 --- a/.github/workflows/autozip.yml +++ b/.github/workflows/autozip.yml @@ -8,7 +8,7 @@ jobs: zip-files: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.PAT }} lfs: 'true'