From ba2f6acf325f793c1c65054eecb15962ecdb3f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:04:27 +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/common.yml | 4 ++-- .github/workflows/gh-pages.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index d32659a6..7ebd06e7 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -99,7 +99,7 @@ jobs: if: inputs.platform == 'msvc' - name: Restore cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: cache with: path: | @@ -139,7 +139,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' - name: Save cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ${{ env.PREFIX }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a10b83ab..ade4ffc0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: - name: Cache opam id: cache-opam - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.opam key: opam-ubuntu-latest-5.0.0