diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-21 14:55:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 14:55:42 +0000 |
commit | bdd5c180d324641c879153edd02064b0a1d08853 (patch) | |
tree | 8a50bd0b2ac17690c4e88492c8767c9503a6f724 /.github/workflows/build.yml | |
parent | 749b085063f4ac14de64db7ffeef25fae9d60896 (diff) | |
download | PrismLauncher-bdd5c180d324641c879153edd02064b0a1d08853.tar.gz PrismLauncher-bdd5c180d324641c879153edd02064b0a1d08853.tar.bz2 PrismLauncher-bdd5c180d324641c879153edd02064b0a1d08853.zip |
chore(deps): update actions/cache action to v3.0.11
Diffstat (limited to '.github/workflows/build.yml')
-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 04c34754..b30388d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Retrieve ccache cache (Windows) if: runner.os == 'Windows' && inputs.build_type == 'Debug' - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.11 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-qt${{ matrix.qt_ver }} |