Skip to content

Commit 8704702

Browse files
authored
Merge pull request #306 from JuliaDiff/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents af98b6e + 93c2e59 commit 8704702

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)