From 7378df2d945fdddc10d7e770880ab00884833d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:01:14 +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/benchmark.yaml | 4 ++-- .github/workflows/clippy.yaml | 2 +- .github/workflows/deploy.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index ba02e6b1..d562a1cb 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache (rust) - uses: actions/cache@v4 + uses: actions/cache@v5 timeout-minutes: 2 continue-on-error: true with: @@ -68,7 +68,7 @@ jobs: node-version: '16.1.0' - name: Cache (pnpm) - uses: actions/cache@v4 + uses: actions/cache@v5 timeout-minutes: 2 continue-on-error: true with: diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 8f036282..5842e0cb 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 timeout-minutes: 2 continue-on-error: true if: matrix.os != 'macos-latest' # Cache causes errors on macOS diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7eae6ef5..a605d289 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -433,7 +433,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache (rust) - uses: actions/cache@v4 + uses: actions/cache@v5 timeout-minutes: 2 continue-on-error: true if: matrix.os != 'macos-latest' # Cache causes errors on macOS @@ -559,7 +559,7 @@ jobs: node-version: '16.1.0' - name: Cache (pnpm) - uses: actions/cache@v4 + uses: actions/cache@v5 timeout-minutes: 2 continue-on-error: true with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ac7e9f78..34be7cfb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 timeout-minutes: 2 continue-on-error: true if: matrix.os != 'macos-latest' # Cache causes errors on macOS