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