[latex3-commits] [latex3/l3build] main: Update action `actions/checkout` to v3 (0fb227d)
github at latex-project.org
github at latex-project.org
Mon Jul 17 20:30:50 CEST 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/0fb227d30bf641cee9a6d683c56944f592dddce3
>---------------------------------------------------------------
commit 0fb227d30bf641cee9a6d683c56944f592dddce3
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Jul 18 01:48:23 2023 +0800
Update action `actions/checkout` to v3
`actions/checkout at v2` uses node12 which is deprecated. See
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
>---------------------------------------------------------------
0fb227d30bf641cee9a6d683c56944f592dddce3
.github/workflows/deploy.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index f1cfdcd..36b8722 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -14,7 +14,7 @@ jobs:
steps:
# Boilerplate
- name: Checkout repository
- uses: actions/checkout at v2
+ uses: actions/checkout at v3
# GitHub Actions don't regenerate the test if the key doesn't change, so
# we integrate a random UUID into the key to keep them different.
# DO NOT CHANGE THIS
More information about the latex3-commits
mailing list.