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.
1 parent 998267b commit 70cbe63Copy full SHA for 70cbe63
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
arch:
26
- x64
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
29
- uses: julia-actions/setup-julia@v1
30
with:
31
version: ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
54
- name: Set up Git repository
55
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
56
- name: Compile LaTeX document
57
uses: xu-cheng/texlive-action/full@v1
58
@@ -70,7 +70,7 @@ jobs:
70
71
needs: build_terminology_latex
72
73
74
75
76
version: 'nightly'
0 commit comments