diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7ddbb01..522aa0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: run: | bash .github/rewrite-cef-version.sh ${{ matrix.version }} - name: Setup cache for CEF - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cef-cache/*/ key: cef-${{ runner.os }}-${{ hashFiles('setup-cef.bat') }}