diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 5d69d42ef..60d837559 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -19,7 +19,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()' - name: Build and deploy