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 076a36a + aae9a16 commit a6b32cfCopy full SHA for a6b32cf
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- os: macOS-latest
34
arch: x64
35
steps:
36
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
37
- uses: julia-actions/setup-julia@v3
38
with:
39
version: ${{ matrix.version }}
@@ -56,7 +56,7 @@ jobs:
56
name: Documentation
57
runs-on: ubuntu-latest
58
59
60
61
62
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