summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2023-02-28 05:13:44 +0000
committerNorbert Preining <preining@logic.at>2023-02-28 05:13:44 +0000
commit2bc97e89f55ff2a39e1f15807020fa752849a50b (patch)
tree7b12b564be3f86b0985df63ae3d2f540be8d5c4f /Build
parent93f58ac5ed227d1b8d47dafd84d985093232127f (diff)
[github workflow] update checkout action to v3 (by Yukai Chou)
actions/checkout@v2 runs on node 12 which will soon be deprecated, see * warnings thrown by a successful workflow run https://github.com/TeX-Live/texlive-source/actions/runs/4286775989 * GitHub blog https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Patch thanks to Yukai Chou <muzimuzhi@gmail.com> see https://github.com/TeX-Live/texlive-source/pull/60 git-svn-id: svn://tug.org/texlive/trunk@66249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/.github/workflows/main.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml
index 4dc2fa9613d..751f80d765b 100644
--- a/Build/source/.github/workflows/main.yml
+++ b/Build/source/.github/workflows/main.yml
@@ -37,9 +37,9 @@ jobs:
name: i386-linux build job
steps:
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: TeX-Live/tl-build-docker-action
ref: v4
@@ -64,9 +64,9 @@ jobs:
name: x86_64-linux build job
steps:
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: TeX-Live/tl-build-docker-action
ref: v4
@@ -91,9 +91,9 @@ jobs:
name: x86_64-linuxmusl build job
steps:
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: TeX-Live/tl-build-docker-action
ref: v4