From 66cff3ce125d7d7908e59163603288899a422433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:47:03 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 c053a35..d93f177 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@v4 + uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -136,7 +136,7 @@ jobs: toolchain: stable - name: Cache Julia packages - uses: actions/cache@v4 + uses: actions/cache@v5 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@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/