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 }}