[latex3-commits] [latex3/latex3] main: Bump actions/checkout from 3 to 4 (#1325) (12ed69293)
github at latex-project.org
github at latex-project.org
Wed Nov 8 10:31:34 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/12ed692931fa287fbc36ff348251cbda9d863676
>---------------------------------------------------------------
commit 12ed692931fa287fbc36ff348251cbda9d863676
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Nov 8 09:31:34 2023 +0000
Bump actions/checkout from 3 to 4 (#1325)
>---------------------------------------------------------------
12ed692931fa287fbc36ff348251cbda9d863676
.github/workflows/deploy.yaml | 2 +-
.github/workflows/main.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index db6471736..d9f750a80 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
steps:
# Boilerplate
- name: Checkout repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
# We need Ghostscript for dvips and XeTeX tests.
- run: sudo apt-get update && sudo apt-get install ghostscript
- name: Install TeX Live
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 66d7b5542..950f6da88 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -39,7 +39,7 @@ jobs:
steps:
# Boilerplate
- name: Checkout repository
- uses: actions/checkout at v3
+ uses: actions/checkout at v4
# We need Ghostscript for dvips and XeTeX tests.
- run: sudo apt-get update && sudo apt-get install ghostscript
- name: Install TeX Live
More information about the latex3-commits
mailing list.