Skip to content

Commit ed0d784

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Boilerplate
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
# We need Ghostscript for XeTeX tests.
1919
- run: sudo apt-get update && sudo apt-get install ghostscript
2020
- name: Install TeX Live

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Boilerplate
1414
- name: Checkout repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Check spelling
1717
uses: crate-ci/typos@v1.47.2
1818
with:
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Boilerplate
2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
# We need Ghostscript for XeTeX tests.
2727
- run: sudo apt-get update && sudo apt-get install ghostscript
2828
- name: Install TeX Live
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# Boilerplate
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
# We need Ghostscript for XeTeX tests.
4343
- run: sudo apt-get update && sudo apt-get install ghostscript
4444
- name: Install TeX Live

0 commit comments

Comments
 (0)