From 1288be47a336976632684769fdcfc9b9c2be7bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bonnarel?= <52417996+Bonnarel@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:49:10 +0100 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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