From a094c902af5f36234d5c7c295ac0eb8e44c01fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:03:49 +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/main.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a901ae7..643ee30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - name: Cache artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-artifacts with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5b63adf..c2cd1c8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -25,7 +25,7 @@ jobs: version: "nightly" arch: ${{ matrix.arch }} - name: Cache artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-artifacts with: