diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc858d2a8a3..d66b865a3a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,7 +181,7 @@ jobs: - name: "[macOS/Windows] Set up build environment cache" if: runner.os != 'Linux' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ matrix.buildenv_basepath }} key: ${{ runner.os }}-buildenv-${{ env.BUILDENV_NAME }} @@ -222,7 +222,7 @@ jobs: - name: "[Ubuntu/macOS] Set up GitHub cache for ccache" if: runner.os != 'windows' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ matrix.compiler_cache_path }} key: ${{ matrix.os }}-${{ matrix.compiler_cache_id }}-${{ github.head_ref }}-${{ github.run_number }}