Skip to content

Commit 1d02d56

Browse files
dependabot[bot]nyalldawson
authored andcommittedMar 2, 2023
Bump actions/cache from 3.2.4 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.4...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94a3ac3 commit 1d02d56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Cache
7272
id: cache
73-
uses: actions/cache@v3.2.4
73+
uses: actions/cache@v3.2.6
7474
with:
7575
path: ~/.ccache
7676
key: docker-build-${{ matrix.branch }}-${{ github.sha }}

‎.github/workflows/macos-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Qt caching
6060
- name: Cache Qt
6161
id: cache-qt
62-
uses: actions/cache@v3.2.4
62+
uses: actions/cache@v3.2.6
6363
with:
6464
path: ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }}
6565
key: mac-qt-${{ env.QT_VERSION }}
@@ -82,7 +82,7 @@ jobs:
8282
# QGIS-deps caching
8383
- name: Cache qgis-deps
8484
id: cache-deps
85-
uses: actions/cache@v3.2.4
85+
uses: actions/cache@v3.2.6
8686
with:
8787
path: ${{ env.DEPS_CACHE_DIR }}/QGIS/qgis-deps-${{ env.QGIS_DEPS_VERSION }}.${{ env.QGIS_DEPS_PATCH_VERSION }}
8888
key: mac-qgis-deps-${{ env.QGIS_DEPS_VERSION }}.${{ env.QGIS_DEPS_PATCH_VERSION }}

0 commit comments

Comments
 (0)
Please sign in to comment.