diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-02-10 08:27:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 08:27:00 +0100 |
commit | a6ac832f8fae63125e7252da7020725ddabf8449 (patch) | |
tree | 105bab011529ed07b5cf656bc45d9cac56da2e7f | |
parent | 5883c30b842cf275d4e9700551b8e762f55be287 (diff) | |
parent | 104863846b9b47dab5e01413b6d177b8a647b2c3 (diff) | |
download | PrismLauncher-a6ac832f8fae63125e7252da7020725ddabf8449.tar.gz PrismLauncher-a6ac832f8fae63125e7252da7020725ddabf8449.tar.bz2 PrismLauncher-a6ac832f8fae63125e7252da7020725ddabf8449.zip |
Merge pull request #839 from PrismLauncher/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3.2.5
-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 86e88fa1..2eaee450 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: - name: Retrieve ccache cache (Windows MinGW-w64) if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug' - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.5 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }} |