From 0b52c31952a4d9a5195e2cd4a4cef2f3fb33c0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:57:19 +0000 Subject: [PATCH] Bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.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/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1ed19f669..df0a3f009 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -47,7 +47,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: .ccache key: ${{ matrix.architecture }}-${{ matrix.distroName }}-${{ matrix.distroVersion }}-ccache-${{ github.run_id }} @@ -119,7 +119,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: build/.ccache key: macOS-${{ matrix.NICE_NAME }}-ccache-${{ github.run_id }} @@ -178,7 +178,7 @@ jobs: submodules: true - name: Cache Toolkit - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 id: cache-toolkit-windows with: path: ${{ env.TOOLKIT_DIR }} @@ -211,7 +211,7 @@ jobs: - name: Download ccache files if: env.USE_CACHE == 'true' - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 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 1b40e614e..6f05eaa9b 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.4 + uses: actions/cache@v5.0.5 with: path: .ccache key: ${{ matrix.architecture }}-${{ matrix.distroName }}-${{ matrix.distroVersion }}-ccache-${{ github.run_id }}