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 80d89a6 + 8565eb3 commit a68e3f3Copy full SHA for a68e3f3
.github/workflows/CI.yml
@@ -46,7 +46,7 @@ jobs:
46
allow_failure: false
47
steps:
48
- uses: actions/checkout@v4
49
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
50
with:
51
version: ${{ matrix.version }}
52
arch: ${{ matrix.arch }}
.github/workflows/Docs.yml
@@ -33,7 +33,7 @@ jobs:
33
needs: build_terminology_latex
34
35
36
37
38
version: '^1.10.0-0'
39
- name: Download Terminology
0 commit comments