diff options
author | flow <flowlnlnln@gmail.com> | 2023-02-22 07:07:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 07:07:55 -0800 |
commit | a71b743ee3225a4dd994a76d8bba739a8cf2986d (patch) | |
tree | 5a10fcb38651ac060782c7deba51def1dd0e2889 /.github/workflows | |
parent | b977ac6df5a6b953f3a04d774bddfee38e30bb04 (diff) | |
parent | c50e9ac418cd286ebecf2213f1b65af5ecc893f5 (diff) | |
download | PrismLauncher-a71b743ee3225a4dd994a76d8bba739a8cf2986d.tar.gz PrismLauncher-a71b743ee3225a4dd994a76d8bba739a8cf2986d.tar.bz2 PrismLauncher-a71b743ee3225a4dd994a76d8bba739a8cf2986d.zip |
Merge pull request #881 from PrismLauncher/renovate/actions-cache-3.x
Diffstat (limited to '.github/workflows')
-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 c844f356..8934f584 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.5 + uses: actions/cache@v3.2.6 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }} |