From b027c8f1c5779132c766dcfa02d6d950dc224981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:22:58 +0000 Subject: [PATCH] chore(deps): bump julia-actions/cache from 2 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- .github/workflows/CI_Windows.yml | 2 +- .github/workflows/CI_mac.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 908b73ee2..0c7752e82 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: with: version: ${{ matrix.julia-version }} - name: "Cache Julia" - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 with: cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }} cache-packages: false @@ -141,7 +141,7 @@ jobs: activate-environment: pysr-test environment-file: environment.yml - name: "Cache Julia" - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 with: cache-name: ${{ matrix.os }}-conda-${{ matrix.python-version }} cache-packages: false diff --git a/.github/workflows/CI_Windows.yml b/.github/workflows/CI_Windows.yml index b1d442395..353ff46a4 100644 --- a/.github/workflows/CI_Windows.yml +++ b/.github/workflows/CI_Windows.yml @@ -35,7 +35,7 @@ jobs: with: version: ${{ matrix.julia-version }} - name: "Cache Julia" - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 with: cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }} cache-packages: false diff --git a/.github/workflows/CI_mac.yml b/.github/workflows/CI_mac.yml index 300f27c2e..bcf13f36c 100644 --- a/.github/workflows/CI_mac.yml +++ b/.github/workflows/CI_mac.yml @@ -35,7 +35,7 @@ jobs: with: version: ${{ matrix.julia-version }} - name: "Cache Julia" - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 with: cache-name: ${{ matrix.os }}-test-${{ matrix.julia-version }}-${{ matrix.python-version }} cache-packages: false