aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-12-21 14:46:35 +0000
committerGitHub <noreply@github.com>2022-12-21 14:46:35 +0000
commit07de285299231c4684a3e3d186205a518ab1a8b2 (patch)
tree9689d6654d9fc2d2c15b19dec82586861ead01bd /.github
parent8c194cd245c7cf0431a7dfcba1aea5b4eee0304b (diff)
downloadPrismLauncher-07de285299231c4684a3e3d186205a518ab1a8b2.tar.gz
PrismLauncher-07de285299231c4684a3e3d186205a518ab1a8b2.tar.bz2
PrismLauncher-07de285299231c4684a3e3d186205a518ab1a8b2.zip
chore(deps): update actions/cache action to v3.2.0
Diffstat (limited to '.github')
-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 1ba5d0e4..fe2cb647 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.0.11
+ uses: actions/cache@v3.2.0
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ matrix.os }}-mingw-w64