diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-13 10:50:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 10:50:27 +0000 |
commit | 20525bec295042bb93a6aa256a3f4394eeda3613 (patch) | |
tree | 741919bc4c9edd479eaaf85d0f09bb8d814d4115 | |
parent | abc2a529fb8ff63af6e5f9ab5443486be9e40f2f (diff) | |
download | PrismLauncher-20525bec295042bb93a6aa256a3f4394eeda3613.tar.gz PrismLauncher-20525bec295042bb93a6aa256a3f4394eeda3613.tar.bz2 PrismLauncher-20525bec295042bb93a6aa256a3f4394eeda3613.zip |
chore(deps): update actions/cache action to v3.3.1
-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 8a71d1c9..1c27a8c3 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 }} |