From 75c1413338595cec5d82df390893c8dd131bce50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:33:10 +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/regression.yml | 6 +++--- .github/workflows/release-management.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 02c94dd1198..017e4a5d862 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -68,7 +68,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Cache Object Files - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ccache key: ${{ matrix.config_set }}-${{ github.sha }} @@ -112,7 +112,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Cache Object Files - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ccache key: ${{ matrix.config_set }}-${{ github.sha }} @@ -153,7 +153,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Cache Object Files - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ccache key: ${{ matrix.config_set }}-${{ github.sha }} diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index 8acd87d4b2d..f7527eb2a4c 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache Object Files - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ccache key: ${{ matrix.os_bin }}-${{ github.sha }}