From 8d9f8e1654d00ab719f95ee95b8309811885a149 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Fri, 12 Jan 2024 13:54:34 +0100 Subject: [PATCH] use julia-actions/cache also for Documenter (#44) * use julia-actions/cache also for Documenter * Update .github/workflows/Documenter.yml Co-authored-by: Michael Schlottke-Lakemper --------- Co-authored-by: Michael Schlottke-Lakemper --- .github/workflows/Documenter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 6b390b74..33d701f7 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -28,8 +28,9 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: '1.6' + version: '1.10' show-versioninfo: true + - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 env: PYTHON: ""