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.
1 parent e794383 commit 7219d57Copy full SHA for 7219d57
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- os: macOS-latest
27
arch: x86
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- uses: julia-actions/setup-julia@v1
31
with:
32
version: ${{ matrix.version }}
@@ -44,7 +44,7 @@ jobs:
44
name: Documentation
45
runs-on: ubuntu-latest
46
47
48
49
50
version: nightly # needed until https://github.com/JuliaLang/julia/issues/49620 is in a release
0 commit comments