Bump actions/cache from 2.1.7 to 3 (#19)

This commit is contained in:
dependabot[bot]
2022-03-22 15:34:37 +00:00
committed by GitHub
parent 26c10b8ccc
commit 4045938bb7

View File

@ -27,14 +27,14 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1.10.0
- name: Cache conan packages
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
key: win-conan-${{ hashFiles('**/conanfile.txt') }}
path: ~/.conan/
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: "${{ github.workspace }}/qt/"
key: ${{ runner.os }}-QtCache