Bump actions/cache from 1 to 2.1.6 (#2)

This commit is contained in:
dependabot[bot] 2021-05-30 12:04:28 +00:00 committed by GitHub
parent 078164838e
commit ecbbdd6c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
uses: actions/cache@v2.1.6
with:
path: ../Qt
key: ${{ runner.os }}-QtCache
@ -57,7 +57,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
uses: actions/cache@v2.1.6
with:
path: ../Qt
key: ${{ runner.os }}-QtCache