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 abbd9ba commit 7176c11Copy full SHA for 7176c11
.github/workflows/Documentation.yml
@@ -21,7 +21,7 @@ jobs:
21
arch:
22
- x64
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@latest
26
with:
27
version: ${{ matrix.version }}
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
- uses: julia-actions/setup-julia@v2
36
37
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments