From 58bd449db8fa2df8ab7c76b6af3aa8e1a4bc1ae2 Mon Sep 17 00:00:00 2001 From: txtsd Date: Fri, 21 Oct 2022 22:12:48 +0530 Subject: [PATCH] Merge pull request #197 from PrismLauncher/renovate/actions-cache-3.x --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04c34754..b30388d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Retrieve ccache cache (Windows) if: runner.os == 'Windows' && inputs.build_type == 'Debug' - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.11 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}