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 4df70da + 6b0797f commit 3b4e59fCopy full SHA for 3b4e59f
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
arch:
27
- x64
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- uses: julia-actions/setup-julia@v1
31
with:
32
version: ${{ matrix.version }}
@@ -53,7 +53,7 @@ jobs:
53
runs-on: ubuntu-latest
54
55
- name: Set up Git repository
56
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
57
- name: Compile LaTeX document
58
uses: xu-cheng/texlive-action/full@v1
59
@@ -71,7 +71,7 @@ jobs:
71
72
needs: build_terminology_latex
73
74
75
76
77
version: 'nightly'
0 commit comments