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 1099e09 + 530223b commit 9ddeaaeCopy full SHA for 9ddeaae
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
arch:
26
- x64
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- uses: julia-actions/setup-julia@v2
30
with:
31
version: ${{ matrix.version }}
@@ -50,7 +50,7 @@ jobs:
50
name: Documentation
51
runs-on: ubuntu-latest
52
53
54
55
56
version: '1'
.github/workflows/pre-commit.yml
@@ -8,7 +8,7 @@ jobs:
8
name: run pre-commit
9
10
11
12
13
14
version: 1
0 commit comments