From 212f03040802ffc89bf9a2b00bc38c8d90a2286f Mon Sep 17 00:00:00 2001 From: Stephan Lukasczyk Date: Wed, 18 Sep 2024 10:53:14 +0200 Subject: [PATCH] Update Action versions --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b84052a..330f0a0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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. @@ -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"