We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 545071b + 39502a2 commit 124d867Copy full SHA for 124d867
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- os: macOS-latest
34
arch: aarch64
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
37
- uses: julia-actions/setup-julia@v2
38
with:
39
version: ${{ matrix.version }}
@@ -58,7 +58,7 @@ jobs:
58
name: Documentation
59
runs-on: ubuntu-latest
60
61
62
63
64
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