Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonnarel authored Nov 15, 2024
1 parent 4f53157 commit 1288be4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout the repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 1288be4

Please sign in to comment.