diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-09 14:41:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 14:41:24 +0000 |
commit | c638fd9056f7a9b86e899d32a8e85eae23e321e4 (patch) | |
tree | 0e04591323438d1033254c8f48cc1697ad15c10b /.github/workflows/build.yml | |
parent | 1dd96898e1e6c68146424a3af66b2734a88fc23e (diff) | |
download | PrismLauncher-c638fd9056f7a9b86e899d32a8e85eae23e321e4.tar.gz PrismLauncher-c638fd9056f7a9b86e899d32a8e85eae23e321e4.tar.bz2 PrismLauncher-c638fd9056f7a9b86e899d32a8e85eae23e321e4.zip |
chore(deps): update actions/cache action to v3.3.0
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 41eb5eb7..8a71d1c9 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.6 + uses: actions/cache@v3.3.0 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }} |