[latex3-commits] [latex3/l3build] main: Update actions in `deploy.yaml` (5ecff98)
github at latex-project.org
github at latex-project.org
Wed Nov 8 08:03:54 CET 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/5ecff980b116bf50f5b2a40098ce489e0bd2cec4
>---------------------------------------------------------------
commit 5ecff980b116bf50f5b2a40098ce489e0bd2cec4
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Nov 6 16:13:03 2023 +0800
Update actions in `deploy.yaml`
- Bump actions/checkout from 3 to 4
- Bump zauguin/install-texlive from 2 to 3
- Reference major version of ncipollo/release-action
The development of this action should be stable now, hence no need to reference
its specific commit.
https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses
>---------------------------------------------------------------
5ecff980b116bf50f5b2a40098ce489e0bd2cec4
.github/workflows/deploy.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 99f9500..1d6ec13 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -14,11 +14,11 @@ jobs:
steps:
# Boilerplate
- name: Checkout repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
# We need Ghostscript for XeTeX tests.
- run: sudo apt-get update && sudo apt-get install ghostscript
- name: Install TeX Live
- uses: zauguin/install-texlive at v2
+ uses: zauguin/install-texlive at v3
with:
# List the required TeX Live packages in a separate file to allow reuse in
# different workflows.
@@ -29,7 +29,7 @@ jobs:
run: texlua l3build.lua ctan -H --show-log-on-error
# Now create the release (this only runs if the previous steps were successful)
- name: Create GitHub release
- uses: ncipollo/release-action at a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
+ uses: ncipollo/release-action at v1
with:
artifacts: "build/distrib/ctan/*.zip"
token: ${{ secrets.GITHUB_TOKEN }}
More information about the latex3-commits
mailing list.