diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index b155b57861c2..fce721de2351 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -64,7 +64,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.11 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 dd3cf2f3ae0a..fc84c97dbc81 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -58,7 +58,7 @@ jobs: # Qt caching - name: Cache Qt id: cache-qt - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.11 with: path: ${{ env.DEPS_CACHE_DIR }}/Qt/${{ env.QT_VERSION }} key: mac-qt-${{ env.QT_VERSION }} @@ -81,7 +81,7 @@ jobs: # QGIS-deps caching - name: Cache qgis-deps id: cache-deps - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.11 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 }}