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 93ec635 + bc94833 commit 1140685Copy full SHA for 1140685
.github/workflows/CI.yml
@@ -46,7 +46,7 @@ jobs:
46
# Install an x86_64 build of Julia, and run it under Rosetta 2 emulation
47
arch: 'x64'
48
steps:
49
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
50
- uses: julia-actions/setup-julia@v2
51
with:
52
version: ${{ matrix.version }}
.github/workflows/Documenter.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Documentation
17
runs-on: ubuntu-latest
18
19
20
21
22
version: '1' # replace this with whatever version you need
0 commit comments