We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2111dcd + e96c82e commit 2a0e4b3Copy full SHA for 2a0e4b3
3 files changed
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
- default
26
steps:
27
- uses: actions/checkout@v6
28
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
.github/workflows/DocPreviewCleanup.yml
@@ -15,7 +15,7 @@ jobs:
15
16
ref: gh-pages
17
18
19
20
version: '1'
21
- uses: julia-actions/cache@v3
.github/workflows/Documentation.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
version: "1"
0 commit comments