[latex3-commits] [latex3/latex3] dependabot/github_actions/actions/checkout-4: Bump actions/checkout from 3 to 4 (01ba1394e)
github at latex-project.org
github at latex-project.org
Wed Nov 8 08:14:39 CET 2023
Repository : https://github.com/latex3/latex3
On branch : dependabot/github_actions/actions/checkout-4
Link : https://github.com/latex3/latex3/commit/01ba1394e9a7f9bd88163d9889278a7ef42d6ddc
>---------------------------------------------------------------
commit 01ba1394e9a7f9bd88163d9889278a7ef42d6ddc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Nov 8 07:14:39 2023 +0000
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support at github.com>
>---------------------------------------------------------------
01ba1394e9a7f9bd88163d9889278a7ef42d6ddc
.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 8616eb730..8a32b8e51 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 66d395d0f..8aaa5dfb4 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.