Skip to content

Commit fbda7c1

Browse files
Bump actions/checkout from 5 to 6 (#115)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 3437321 commit fbda7c1

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@v5
28+
uses: actions/checkout@v6
2929
- name: Compile LaTeX document
3030
uses: xu-cheng/latex-action@v4
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@v5
67+
uses: actions/checkout@v6
6868
- name: Build site
6969
run: ./rebuild-site.sh
7070
- name: Upload split page book site

0 commit comments

Comments
 (0)