We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb1415 commit cea0bbeCopy full SHA for cea0bbe
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
- x64
28
steps:
29
- uses: actions/checkout@v4
30
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
.github/workflows/Format.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
19
version: 1
20
- name: Format code
0 commit comments