We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fe5615 + 7ea7c61 commit e6a4001Copy full SHA for e6a4001
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
version: '1.6'
45
arch: ''
46
steps:
47
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
48
- uses: julia-actions/setup-julia@v2
49
with:
50
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Documentation
11
runs-on: ubuntu-latest
12
13
14
15
16
version: '1' # replace this with whatever version you need
0 commit comments