Skip to content

Commit 9faff85

Browse files
Bump actions/checkout from 4 to 5 (#112)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 143a389 commit 9faff85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typeset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
- name: Set up Git repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
- name: Compile LaTeX document
3030
uses: xu-cheng/latex-action@v3
3131
with:
@@ -64,7 +64,7 @@ jobs:
6464
sudo apt-get update && sudo apt-get install -y gcc make cpanminus libxslt1-dev libxml-libxml-perl texlive-latex-extra texlive-fonts-recommended
6565
sudo cpanm --notest LaTeXML
6666
- name: Set up Git repository
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
- name: Build site
6969
run: ./rebuild-site.sh
7070
- name: Upload split page book site

0 commit comments

Comments
 (0)