aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-12-23 04:00:43 -0800
committerGitHub <noreply@github.com>2022-12-23 04:00:43 -0800
commite416e5d3012ed5678bc4c6b96112636a5929eb8a (patch)
tree601f6f6c3f82680bce2a18d1d85ebc03b588e4e5
parentbf2ce54076497cc9f89bdd92c4e2c5455217a18d (diff)
parent3227859992b90b4b4b70af42a7761a7aaed330d0 (diff)
downloadPrismLauncher-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.yml2
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