Update actions/cache requirement to v2.1.4 (#2441)

This commit is contained in:
dependabot[bot]
2021-02-11 15:36:38 +00:00
committed by GitHub
parent 303b079257
commit 3658b8130d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ../Qt
key: ${{ runner.os }}-QtCache-20201005