mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Bump actions/cache from 3.0.9 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
652d326bbe
commit
e7da01897f
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Cache
|
||||
id: cache
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.11
|
||||
with:
|
||||
path: ~/.ccache
|
||||
key: docker-build-${{ matrix.branch }}-${{ github.sha }}
|
||||
|
4
.github/workflows/macos-build.yml
vendored
4
.github/workflows/macos-build.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
# Qt caching
|
||||
- name: Cache Qt
|
||||
id: cache-qt
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.11
|
||||
with:
|
||||
path: ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }}
|
||||
key: mac-qt-${{ env.QT_VERSION }}
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
# QGIS-deps caching
|
||||
- name: Cache qgis-deps
|
||||
id: cache-deps
|
||||
uses: actions/cache@v3.0.9
|
||||
uses: actions/cache@v3.0.11
|
||||
with:
|
||||
path: ${{ env.DEPS_CACHE_DIR }}/QGIS/qgis-deps-${{ env.QGIS_DEPS_VERSION }}.${{ env.QGIS_DEPS_PATCH_VERSION }}
|
||||
key: mac-qgis-deps-${{ env.QGIS_DEPS_VERSION }}.${{ env.QGIS_DEPS_PATCH_VERSION }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user