Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump actions/cache from 3.2.6 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.6...v3.3.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and nyalldawson committed Apr 2, 2023
1 parent 5f856b9 commit f6562d1
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 @@ -70,7 +70,7 @@ jobs:
- name: Cache
id: cache
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.1
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 @@ -59,7 +59,7 @@ jobs:
# Qt caching
- name: Cache Qt
id: cache-qt
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.1
with:
path: ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }}
key: mac-qt-${{ env.QT_VERSION }}
Expand All @@ -82,7 +82,7 @@ jobs:
# QGIS-deps caching
- name: Cache qgis-deps
id: cache-deps
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.1
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 f6562d1

Please sign in to comment.