diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-27 12:20:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 12:20:21 +0000 |
commit | 58d3779efb3d7517a62345ea58d31748753890c6 (patch) | |
tree | 36fced86de28b561b152c16b8a35c4f401d7d3b4 /.github/workflows/build.yml | |
parent | 6ea1234a3bb9787a77680ff528f21bdf1e40989c (diff) | |
download | PrismLauncher-58d3779efb3d7517a62345ea58d31748753890c6.tar.gz PrismLauncher-58d3779efb3d7517a62345ea58d31748753890c6.tar.bz2 PrismLauncher-58d3779efb3d7517a62345ea58d31748753890c6.zip |
chore(deps): update actions/cache action to v3.2.2
Diffstat (limited to '.github/workflows/build.yml')
-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 f415741d..14c5b5e5 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.2.1 + uses: actions/cache@v3.2.2 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |