We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9873794 + f84c5ea commit 94d2385Copy full SHA for 94d2385
2 files changed
.github/workflows/UnitTest.yml
@@ -31,7 +31,7 @@ jobs:
31
version: 1
32
33
steps:
34
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
35
- uses: julia-actions/setup-julia@v2
36
with:
37
version: ${{ matrix.version }}
@@ -49,7 +49,7 @@ jobs:
49
name: Julia (threads) 1 - ubuntu-latest - x64 - ${{ github.event_name }}
50
runs-on: ubuntu-latest
51
52
53
54
55
version: '1'
.github/workflows/docs.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Documentation
8
9
10
11
12
13
0 commit comments