We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d582f26 + 371bec8 commit e36b270Copy full SHA for e36b270
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@v4
+ - uses: actions/checkout@v5
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