diff options
author | flow <flowlnlnln@gmail.com> | 2022-12-21 07:30:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 07:30:23 -0800 |
commit | bf2ce54076497cc9f89bdd92c4e2c5455217a18d (patch) | |
tree | 9689d6654d9fc2d2c15b19dec82586861ead01bd /.github | |
parent | 8c194cd245c7cf0431a7dfcba1aea5b4eee0304b (diff) | |
parent | 07de285299231c4684a3e3d186205a518ab1a8b2 (diff) | |
download | PrismLauncher-bf2ce54076497cc9f89bdd92c4e2c5455217a18d.tar.gz PrismLauncher-bf2ce54076497cc9f89bdd92c4e2c5455217a18d.tar.bz2 PrismLauncher-bf2ce54076497cc9f89bdd92c4e2c5455217a18d.zip |
Merge pull request #656 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 1ba5d0e4..fe2cb647 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.0.11 + uses: actions/cache@v3.2.0 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |