diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index bd677264..232e5c28 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -23,7 +23,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies shell: julia --color=yes --project=docs {0} run: |