Skip to content

Commit f0d00e8

Browse files
Bump actions/checkout from 4 to 5
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] <[email protected]>
1 parent 5abb2a0 commit f0d00e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: LaTeX linter (chktex)
1111
uses: j2kun/[email protected]
1212
# Provide this output for context, but don't fail builds
@@ -25,7 +25,7 @@ jobs:
2525
document: [rulebook, scoresheets]
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- name: Take ownership of the checkout directory (Git CVE-2022-24765)
3131
run: chown --recursive --reference=/ .
@@ -50,7 +50,7 @@ jobs:
5050
contents: write
5151
needs: [build]
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
ref: gh-pages
5656

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: LaTeX linter (chktex)
1414
uses: j2kun/[email protected]
1515
# Provide this output for context, but don't fail builds
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
container: texlive/texlive:TL2022-historic
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- name: Take ownership of the checkout directory (Git CVE-2022-24765)
2828
run: chown --recursive --reference=/ .

0 commit comments

Comments
 (0)