Skip to content

Commit 93c2e59

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 af98b6e commit 93c2e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
arch: x64
4646
allow_failure: false
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: julia-actions/setup-julia@v2
5050
with:
5151
version: ${{ matrix.version }}

.github/workflows/Docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Git repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Compile LaTeX document
2020
uses: xu-cheng/texlive-action/full@v3
2121
with:
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
needs: build_terminology_latex
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- uses: julia-actions/setup-julia@v2
3737
with:
3838
version: '^1.10.0-0'

0 commit comments

Comments
 (0)