We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec0ec0 + 0c2e33a commit c1bd211Copy full SHA for c1bd211
2 files changed
.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 }}
@@ -59,7 +59,7 @@ jobs:
59
name: Documentation
60
runs-on: ubuntu-latest
61
62
63
64
65
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