diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-09-08 23:28:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 23:28:03 +0200 |
commit | 78f8a31cd6f7e2ec8dc02ec2be847896df16758c (patch) | |
tree | 42180c67e05449a6db39fda412ba94508a25bb3b /.github | |
parent | ba3a1b628087c9e40b6c217f68f747bb0e12dbe1 (diff) | |
parent | e7d6be531f1e4101aa808818159cfeb0db394a67 (diff) | |
download | PrismLauncher-78f8a31cd6f7e2ec8dc02ec2be847896df16758c.tar.gz PrismLauncher-78f8a31cd6f7e2ec8dc02ec2be847896df16758c.tar.bz2 PrismLauncher-78f8a31cd6f7e2ec8dc02ec2be847896df16758c.zip |
Merge pull request #1613 from PrismLauncher/renovate/actions-cache-3.x
Diffstat (limited to '.github')
-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 e0434ce6..059795a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,7 @@ jobs: - name: Retrieve ccache cache (Windows MinGW-w64) if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug' - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }} |