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 431ac0d commit 2fdb95bCopy full SHA for 2fdb95b
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
- x64
31
steps:
32
- uses: actions/checkout@v4
33
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
34
with:
35
version: ${{ matrix.version }}
36
arch: ${{ matrix.arch }}
@@ -47,7 +47,7 @@ jobs:
47
timeout-minutes: 40
48
49
50
51
52
version: 1
53
- uses: julia-actions/cache@v1
.github/workflows/Format.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
19
20
- name: Install JuliaFormatter and format
0 commit comments