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 e6a4001 + da2cf8a commit 5ed4c69Copy full SHA for 5ed4c69
2 files changed
.github/workflows/CI.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
version: ${{ matrix.version }}
51
arch: ${{ (matrix.arch == '') && runner.arch || matrix.arch }}
52
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
53
- uses: julia-actions/julia-buildpkg@v1
54
- uses: julia-actions/julia-runtest@v1
55
- uses: julia-actions/julia-processcoverage@v1
.github/workflows/Documenter.yml
@@ -15,7 +15,7 @@ jobs:
15
16
version: '1' # replace this with whatever version you need
17
show-versioninfo: true # this causes versioninfo to be printed to the action log
18
19
- uses: julia-actions/julia-docdeploy@v1
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments