From a7f3240b50523caf51598fb4b470416272f37b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 03:04:04 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c6996..77a301d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: version: ${{ matrix.julia-version }} - name: Cache Julia packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.julia key: ${{ runner.os }}-julia-${{ matrix.julia-version }}-cargo-example-${{ hashFiles('cargo_example/Project.toml') }} @@ -56,7 +56,7 @@ jobs: version: ${{ matrix.julia-version }} - name: Cache Julia packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.julia key: ${{ runner.os }}-julia-${{ matrix.julia-version }}-rustc-example-${{ hashFiles('rustc_example/Project.toml') }} @@ -86,7 +86,7 @@ jobs: toolchain: stable - name: Cache Cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -136,7 +136,7 @@ jobs: toolchain: stable - name: Cache Julia packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.julia key: ${{ runner.os }}-julia-${{ matrix.julia-version }}-calcpi-jl-${{ hashFiles('CalcPi.jl/Project.toml', 'CalcPi.jl/deps/Project.toml', 'CalcPi.jl/utils/Project.toml') }} @@ -144,7 +144,7 @@ jobs: ${{ runner.os }}-julia-${{ matrix.julia-version }}-calcpi-jl- - name: Cache Cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/