Ignore patch updates for actions/cache
This commit is contained in:
parent
dae9afcd56
commit
2db3858762
|
@ -8,3 +8,7 @@ updates:
|
||||||
# Check for updates to GitHub Actions
|
# Check for updates to GitHub Actions
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
day: "tuesday"
|
day: "tuesday"
|
||||||
|
ignore:
|
||||||
|
# Ignore patch updates for actions/cache
|
||||||
|
- dependency-name: "actions/cache"
|
||||||
|
update-types: ["version-update:semver-patch"]
|
||||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
id: cache-qt
|
id: cache-qt
|
||||||
uses: actions/cache@v3.0.8
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ runner.workspace }}\Qt
|
path: ${{ runner.workspace }}\Qt
|
||||||
key: Qt-5.15.2-QtCache
|
key: Qt-5.15.2-QtCache
|
||||||
|
|
Loading…
Reference in New Issue