diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f81183c97..6e303bea7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,7 +51,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ (matrix.arch == '') && runner.arch || matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - name: "Run doctests" diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 0fe3a9e57..9cfe52733 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -21,7 +21,7 @@ jobs: with: version: '1' # replace this with whatever version you need show-versioninfo: true # this causes versioninfo to be printed to the action log - - uses: julia-actions/cache@v2 # cache using https://github.com/julia-actions/cache + - uses: julia-actions/cache@v3 # cache using https://github.com/julia-actions/cache - uses: julia-actions/julia-buildpkg@v1 # if package requires Pkg.build() - uses: julia-actions/julia-docdeploy@v1 env: