Bump actions/cache from 2 to 3 (#1489)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-19 10:23:22 +02:00 committed by GitHub
parent e25d0a61a6
commit 975f5cc309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@ jobs:
echo -n "+PR${{ github.event.pull_request.number }}" >> .version
- name: Cache Qt
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-qt-windows
with:
path: ${{ runner.workspace }}/Qt
@ -152,7 +152,7 @@ jobs:
cached: ${{ steps.cache-qt-windows.outputs.cache-hit }}
- name: Cache Chocolatey downloads
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey

View File

@ -102,7 +102,7 @@ jobs:
submodules: true
- name: Cache Qt
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-qt-windows
with:
path: ${{ runner.workspace }}/Qt
@ -117,7 +117,7 @@ jobs:
cached: ${{ steps.cache-qt-windows.outputs.cache-hit }}
- name: Cache Chocolatey downloads
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey