aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-03-13 18:14:35 +0100
committerGitHub <noreply@github.com>2023-03-13 18:14:35 +0100
commit15a0c036644aeebf4a1521d331109af09eb597dc (patch)
tree1d528c9e27b666473fc3a64b283c60526b4fe6b1 /.github/workflows/build.yml
parent7642e75b28406a876912b992d0d33c08d1b63226 (diff)
parent20525bec295042bb93a6aa256a3f4394eeda3613 (diff)
downloadPrismLauncher-15a0c036644aeebf4a1521d331109af09eb597dc.tar.gz
PrismLauncher-15a0c036644aeebf4a1521d331109af09eb597dc.tar.bz2
PrismLauncher-15a0c036644aeebf4a1521d331109af09eb597dc.zip
Merge pull request #928 from PrismLauncher/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3.3.1
Diffstat (limited to '.github/workflows/build.yml')
-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 ac522e2c..9337f3c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -158,7 +158,7 @@ jobs:
- name: Retrieve ccache cache (Windows MinGW-w64)
if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug'
- uses: actions/cache@v3.3.0
+ uses: actions/cache@v3.3.1
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }}