diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-09 07:54:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 07:54:22 +0000 |
commit | 7fdc81236e36a092dc1cdb9e7237e50d705228c6 (patch) | |
tree | 44434e6d05c84513a6e91cdd851d333635cfc095 /.github/workflows/build.yml | |
parent | d5d5d66e0392ffc3b8b54d29fa738b3fc9576a7b (diff) | |
download | PrismLauncher-7fdc81236e36a092dc1cdb9e7237e50d705228c6.tar.gz PrismLauncher-7fdc81236e36a092dc1cdb9e7237e50d705228c6.tar.bz2 PrismLauncher-7fdc81236e36a092dc1cdb9e7237e50d705228c6.zip |
chore(deps): update actions/cache action to v3.2.3
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 51b5a81d..3c2ede8e 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.2 + uses: actions/cache@v3.2.3 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |