From 9ac8840161d2505f738e4e1b86c2a2beff3903b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:16:53 +0000 Subject: [PATCH] chore(deps): 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fcf8c07..7e21a3e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: components: rustfmt, clippy - name: Cache Rust dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -83,7 +83,7 @@ jobs: components: llvm-tools-preview - name: Cache Rust dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -132,7 +132,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Cache Mix dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | deps @@ -189,7 +189,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Cache Mix dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | deps @@ -226,7 +226,7 @@ jobs: otp-version: "27.0" - name: Cache Mix dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | deps @@ -236,7 +236,7 @@ jobs: ${{ runner.os }}-integration-mix- - name: Cache Rust dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -321,7 +321,7 @@ jobs: - name: Cache Mix dependencies if: steps.check-secrets.outputs.skip != 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | deps @@ -332,7 +332,7 @@ jobs: - name: Cache Rust dependencies if: steps.check-secrets.outputs.skip != 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/