Skip to content

Commit 3427122

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9a0e88 commit 3427122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Compilation_Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Download repo files
11-
uses: actions/checkout@v5.0.1
11+
uses: actions/checkout@v6.0.0
1212
- name: Compile files
1313
uses: xu-cheng/latex-action@v4
1414
with:

0 commit comments

Comments
 (0)