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:
Matthias Kuhn 2021-05-01 12:23:42 +02:00 committed by GitHub
commit 47c57b6b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ jobs:
- name: Cache
id: cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.ccache
key: docker-build-${{ matrix.branch }}-${{ github.sha }}