From 45539cd01bdeddccc175874c25e272d2159451e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:24:07 +0000 Subject: [PATCH] Bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [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.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push-master.yml | 8 ++++---- .github/workflows/upload-to-github-pages.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 854f03681..ce3713a12 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -46,7 +46,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: .ccache key: ${{ matrix.architecture }}-${{ matrix.distroName }}-${{ matrix.distroVersion }}-ccache-${{ github.run_id }} @@ -118,7 +118,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: build/.ccache key: macOS-${{ matrix.NICE_NAME }}-ccache-${{ github.run_id }} @@ -180,7 +180,7 @@ jobs: submodules: true - name: Cache Toolkit - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 id: cache-toolkit-windows with: path: ${{ env.TOOLKIT_DIR }} @@ -213,7 +213,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: build/.ccache key: ${{ runner.os }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/upload-to-github-pages.yml b/.github/workflows/upload-to-github-pages.yml index 3157bd422..dff9f8701 100644 --- a/.github/workflows/upload-to-github-pages.yml +++ b/.github/workflows/upload-to-github-pages.yml @@ -45,7 +45,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: .ccache key: ${{ matrix.architecture }}-${{ matrix.distroName }}-${{ matrix.distroVersion }}-ccache-${{ github.run_id }}