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 ee6f568 + 002816d commit 5f0d7e7Copy full SHA for 5f0d7e7
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
version: '1'
30
steps:
31
- uses: actions/checkout@v6
32
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
33
with:
34
version: ${{ matrix.version }}
35
show-versioninfo: true
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
48
49
50
51
version: 'lts'
52
- run: |
0 commit comments