diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 6e2b976..d86fbdd 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -19,7 +19,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: '1' - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Configure doc environment shell: julia --project=docs --color=yes {0} run: |