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 d2c6983 commit 5115bd6Copy full SHA for 5115bd6
.github/workflows/Format.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Runic
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: julia-actions/setup-julia@v2
17
with:
18
version: '1'
.github/workflows/IntegrationTest.yml
@@ -29,7 +29,7 @@ jobs:
29
- HypothesisTests
30
31
32
33
34
35
version: ${{ matrix.julia-version }}
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
- macos-latest
36
- windows-latest
37
38
39
40
41
version: ${{ matrix.version }}
0 commit comments