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 e6efb33 + 7a335c3 commit 4cbeeacCopy full SHA for 4cbeeac
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- os: macOS-latest
37
arch: x64
38
steps:
39
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
40
- uses: julia-actions/setup-julia@v2
41
with:
42
version: ${{ matrix.version }}
@@ -53,7 +53,7 @@ jobs:
53
name: Documentation
54
runs-on: ubuntu-latest
55
56
57
58
59
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