From 575f7263555b5f40dc7340deef9899629be31d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:50:25 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [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.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker.yml | 2 +- .github/workflows/macos-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 692b678b69e0..c9947b09b2c9 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -78,7 +78,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.ccache key: docker-build-${{ matrix.branch }}-${{ github.sha }} diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 05e6faf24305..5de892b8dda1 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -59,7 +59,7 @@ jobs: # Qt caching - name: Cache Qt id: cache-qt - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }} key: mac-qt-${{ env.QT_VERSION }} @@ -82,7 +82,7 @@ jobs: # QGIS-deps caching - name: Cache qgis-deps id: cache-deps - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 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 }}