Skip to content

Commit

Permalink
Update Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Sep 18, 2024
1 parent 63b7be1 commit 212f030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install TeX Live
uses: zauguin/install-texlive@v2
uses: zauguin/install-texlive@v3
with:
# List the required TeX Live packages in a separate file to allow
# reuse in different workflows.
Expand All @@ -26,7 +26,7 @@ jobs:
run: l3build ctan -q -H

- name: Create GitHub release
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
uses: ncipollo/release-action@v1
id: release
with:
artifacts: "build/distrib/ctan/*.zip"

0 comments on commit 212f030

Please sign in to comment.