mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Merge pull request #43045 from qgis/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
This commit is contained in:
commit
47c57b6b83
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2.1.4
|
uses: actions/cache@v2.1.5
|
||||||
with:
|
with:
|
||||||
path: ~/.ccache
|
path: ~/.ccache
|
||||||
key: docker-build-${{ matrix.branch }}-${{ github.sha }}
|
key: docker-build-${{ matrix.branch }}-${{ github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user