We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af98b6e + 93c2e59 commit 8704702Copy full SHA for 8704702
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
arch: x64
46
allow_failure: false
47
steps:
48
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
49
- uses: julia-actions/setup-julia@v2
50
with:
51
version: ${{ matrix.version }}
.github/workflows/Docs.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
- name: Set up Git repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
- name: Compile LaTeX document
20
uses: xu-cheng/texlive-action/full@v3
21
@@ -32,7 +32,7 @@ jobs:
32
33
needs: build_terminology_latex
34
35
36
37
38
version: '^1.10.0-0'
0 commit comments