aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-02-21 12:33:23 +0000
committerGitHub <noreply@github.com>2023-02-21 12:33:23 +0000
commitc50e9ac418cd286ebecf2213f1b65af5ecc893f5 (patch)
tree5a10fcb38651ac060782c7deba51def1dd0e2889 /.github/workflows
parentb977ac6df5a6b953f3a04d774bddfee38e30bb04 (diff)
downloadPrismLauncher-c50e9ac418cd286ebecf2213f1b65af5ecc893f5.tar.gz
PrismLauncher-c50e9ac418cd286ebecf2213f1b65af5ecc893f5.tar.bz2
PrismLauncher-c50e9ac418cd286ebecf2213f1b65af5ecc893f5.zip
chore(deps): update actions/cache action to v3.2.6
Diffstat (limited to '.github/workflows')
-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 c844f356..8934f584 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.2.5
+ uses: actions/cache@v3.2.6
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }}