diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index b69d91c58b8..ec6d2a6406e 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -70,7 +70,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.6 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 300de8a2976..2b018526b0b 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.2.4 + uses: actions/cache@v3.2.6 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.2.4 + uses: actions/cache@v3.2.6 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 }}