diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 7da9caa..87b17fb 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: submodules: true @@ -36,7 +36,7 @@ jobs: test -f ${{ env.doc_name }}.bbl - name: Move the auto-pdf-preview tag - uses: weareyipyip/walking-tag-action@v2 + uses: weareyipyip/walking-tag-action@v4 with: tag-name: auto-pdf-preview tag-message: | @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update the PDF preview - uses: Xotl/cool-github-releases@v1 + uses: Xotl/cool-github-releases@v4 with: mode: update isPrerelease: true