diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-03-13 18:14:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 18:14:35 +0100 |
commit | 15a0c036644aeebf4a1521d331109af09eb597dc (patch) | |
tree | 1d528c9e27b666473fc3a64b283c60526b4fe6b1 /.github/workflows/build.yml | |
parent | 7642e75b28406a876912b992d0d33c08d1b63226 (diff) | |
parent | 20525bec295042bb93a6aa256a3f4394eeda3613 (diff) | |
download | PrismLauncher-15a0c036644aeebf4a1521d331109af09eb597dc.tar.gz PrismLauncher-15a0c036644aeebf4a1521d331109af09eb597dc.tar.bz2 PrismLauncher-15a0c036644aeebf4a1521d331109af09eb597dc.zip |
Merge pull request #928 from PrismLauncher/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3.3.1
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 ac522e2c..9337f3c7 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 }} |