diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index dd3cf2f3ae0a..aecea4c4cc6a 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v3 - name: Prepare build cache for pull request - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name == 'pull_request' with: path: ${{ env.CCACHE_DIR }} @@ -44,7 +44,7 @@ jobs: - name: Prepare build cache for branch/tag # use a fork of actions/cache@v2 to upload cache even when the build or test failed - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name != 'pull_request' with: path: ${{ env.CCACHE_DIR }} diff --git a/.github/workflows/mingw64.yml b/.github/workflows/mingw64.yml index 2850367b86cf..65bc3f5237fb 100644 --- a/.github/workflows/mingw64.yml +++ b/.github/workflows/mingw64.yml @@ -51,7 +51,7 @@ jobs: run: mkdir -p /w/.ccache/QGIS - name: Prepare build cache for pull request - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name == 'pull_request' with: path: /w/.ccache/QGIS @@ -65,7 +65,7 @@ jobs: - name: Prepare build cache for branch/tag # use a fork of actions/cache@v2 to upload cache even when the build or test failed - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name != 'pull_request' with: path: /w/.ccache/QGIS diff --git a/.github/workflows/ogc.yml b/.github/workflows/ogc.yml index 9b532d224786..375d5a14a624 100644 --- a/.github/workflows/ogc.yml +++ b/.github/workflows/ogc.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v3 - name: Prepare build cache for pull request - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name == 'pull_request' with: path: /home/runner/QGIS/.ccache @@ -51,7 +51,7 @@ jobs: - name: Prepare build cache for branch/tag # use a fork of actions/cache@v2 to upload cache even when the build or test failed - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name != 'pull_request' with: path: /home/runner/QGIS/.ccache diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1c98cdbaf386..3cc6af505112 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -141,7 +141,7 @@ jobs: docker push "qgis/qgis3-build-deps:${DOCKER_TAG}" - name: Prepare build cache for pull request - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name == 'pull_request' with: path: /home/runner/QGIS/.ccache @@ -155,7 +155,7 @@ jobs: - name: Prepare build cache for branch/tag # use a fork of actions/cache@v2 to upload cache even when the build or test failed - uses: pat-s/always-upload-cache@v3.0.1 + uses: pat-s/always-upload-cache@v3.0.11 if: github.event_name != 'pull_request' with: path: /home/runner/QGIS/.ccache