diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 45f26820a..599424dfa 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -39,7 +39,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' # TODO: 1 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=${{ matrix.pkg.dir}}/docs/ --color=yes -e ' using Pkg; diff --git a/.github/workflows/PreCommit.yml b/.github/workflows/PreCommit.yml index 830d308ae..ed873f896 100644 --- a/.github/workflows/PreCommit.yml +++ b/.github/workflows/PreCommit.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - run: julia -e 'using Pkg; Pkg.add("Runic")' - uses: astral-sh/setup-uv@v7 - run: uv tool install pre-commit diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 69ecf753e..7042514d0 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -54,7 +54,7 @@ jobs: with: version: ${{ matrix.version }} arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies & run tests run: julia --color=yes -e ' using Pkg; @@ -139,7 +139,7 @@ jobs: with: version: ${{ matrix.version }} arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies & run tests run: julia --code-coverage=user --color=yes -e ' using Pkg; @@ -195,7 +195,7 @@ jobs: with: version: ${{ matrix.version }} arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies & run tests run: julia --project=./DifferentiationInterfaceTest --color=yes -e ' using Pkg;