We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60f576d + 6b0282a commit 0d96795Copy full SHA for 0d96795
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
arch: x64
35
steps:
36
- uses: actions/checkout@v6
37
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
38
with:
39
version: ${{ matrix.version }}
40
arch: ${{ matrix.arch }}
@@ -57,7 +57,7 @@ jobs:
57
runs-on: ubuntu-latest
58
59
60
61
62
version: '1'
63
- run: |
.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
version: 1
15
0 commit comments