diff options
author | flow <flowlnlnln@gmail.com> | 2022-12-23 04:00:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 04:00:43 -0800 |
commit | e416e5d3012ed5678bc4c6b96112636a5929eb8a (patch) | |
tree | 601f6f6c3f82680bce2a18d1d85ebc03b588e4e5 | |
parent | bf2ce54076497cc9f89bdd92c4e2c5455217a18d (diff) | |
parent | 3227859992b90b4b4b70af42a7761a7aaed330d0 (diff) | |
download | PrismLauncher-e416e5d3012ed5678bc4c6b96112636a5929eb8a.tar.gz PrismLauncher-e416e5d3012ed5678bc4c6b96112636a5929eb8a.tar.bz2 PrismLauncher-e416e5d3012ed5678bc4c6b96112636a5929eb8a.zip |
Merge pull request #667 from PrismLauncher/renovate/actions-cache-3.x
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe2cb647..f415741d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: - name: Retrieve ccache cache (Windows MinGW-w64) if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug' - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.1 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |