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 2a8fbed + 0922d3f commit 47ad8caCopy full SHA for 47ad8ca
1 file changed
.github/workflows/documenter.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: julia-actions/cache@v3
22
- name: Cache Quarto
23
id: cache-quarto
24
- uses: actions/cache@v5
+ uses: actions/cache@v6
25
env:
26
cache-name: cache-quarto
27
with:
@@ -31,7 +31,7 @@ jobs:
31
${{ runner.os }}-${{ env.cache-name }}-
32
- name: Cache Documenter
33
id: cache-documenter
34
35
36
cache-name: cache-documenter
37
0 commit comments