From 49192355e96c081126aea91d9ad9b7d4b3a02895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:35:24 +0000 Subject: [PATCH] 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/CompatHelper.yml | 2 +- .github/workflows/Coverage.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Registry.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index cb8804e..9baacd3 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -18,7 +18,7 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} registry: bhftbootcamp/Green - uses: julia-actions/setup-julia@v2 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Configure CompatHelper run: | julia -e ' diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index fe10ade..b2442b6 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -40,7 +40,7 @@ jobs: with: version: ${{ matrix.version }} 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 - uses: julia-actions/julia-processcoverage@v1 diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index a94c4ee..710437e 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -21,7 +21,7 @@ jobs: key: ${{ secrets.SSH_PRIVATE_KEY }} registry: bhftbootcamp/Green - uses: julia-actions/setup-julia@latest - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path = pwd())); Pkg.instantiate()' - name: Build and deploy diff --git a/.github/workflows/Registry.yml b/.github/workflows/Registry.yml index 5549600..5650981 100644 --- a/.github/workflows/Registry.yml +++ b/.github/workflows/Registry.yml @@ -22,7 +22,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: 1.9 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Configure Git run: | sudo apt-get update -qq && sudo apt-get install -y -qq git