diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-21 12:33:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 12:33:23 +0000 |
commit | c50e9ac418cd286ebecf2213f1b65af5ecc893f5 (patch) | |
tree | 5a10fcb38651ac060782c7deba51def1dd0e2889 /.github/workflows | |
parent | b977ac6df5a6b953f3a04d774bddfee38e30bb04 (diff) | |
download | PrismLauncher-c50e9ac418cd286ebecf2213f1b65af5ecc893f5.tar.gz PrismLauncher-c50e9ac418cd286ebecf2213f1b65af5ecc893f5.tar.bz2 PrismLauncher-c50e9ac418cd286ebecf2213f1b65af5ecc893f5.zip |
chore(deps): update actions/cache action to v3.2.6
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 }} |