Skip to content

Commit

Permalink
Merge pull request #46319 from qgis/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
m-kuhn committed Dec 1, 2021
2 parents fbd6633 + 7358c98 commit 7b019cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ~/.ccache
key: docker-build-${{ matrix.branch }}-${{ github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
# Qt caching
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }}
key: mac-qt-${{ env.QT_VERSION }}
Expand All @@ -81,7 +81,7 @@ jobs:
# QGIS-deps caching
- name: Cache qgis-deps
id: cache-deps
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
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 }}
Expand Down

0 comments on commit 7b019cd

Please sign in to comment.