diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-23 08:18:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 08:18:30 +0000 |
commit | 3227859992b90b4b4b70af42a7761a7aaed330d0 (patch) | |
tree | 601f6f6c3f82680bce2a18d1d85ebc03b588e4e5 /.github | |
parent | bf2ce54076497cc9f89bdd92c4e2c5455217a18d (diff) | |
download | PrismLauncher-3227859992b90b4b4b70af42a7761a7aaed330d0.tar.gz PrismLauncher-3227859992b90b4b4b70af42a7761a7aaed330d0.tar.bz2 PrismLauncher-3227859992b90b4b4b70af42a7761a7aaed330d0.zip |
chore(deps): update actions/cache action to v3.2.1
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 fe2cb647..f415741d 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.2.0 + uses: actions/cache@v3.2.1 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |