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 ebe4e88 commit 2a92cccCopy full SHA for 2a92ccc
.github/workflows/CI.yml
@@ -33,7 +33,7 @@ jobs:
33
- x64
34
steps:
35
- uses: actions/checkout@v4
36
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
37
with:
38
version: ${{ matrix.version }}
39
arch: ${{ matrix.arch }}
@@ -55,7 +55,7 @@ jobs:
55
statuses: write
56
57
58
59
60
version: '1'
61
- uses: julia-actions/cache@v2
.github/workflows/format_check.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
16
version: 1
17
- name: Install JuliaFormatter and format
0 commit comments