From e5f75662c165ad2cf6482f1f2f5837b14478fe6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 12:04:08 +0000 Subject: [PATCH] Bump pat-s/always-upload-cache from 3.0.1 to 3.0.11 Bumps [pat-s/always-upload-cache](https://github.com/pat-s/always-upload-cache) from 3.0.1 to 3.0.11. - [Release notes](https://github.com/pat-s/always-upload-cache/releases) - [Changelog](https://github.com/pat-s/always-upload-cache/blob/main/RELEASES.md) - [Commits](https://github.com/pat-s/always-upload-cache/compare/v3.0.1...v3.0.11) --- updated-dependencies: - dependency-name: pat-s/always-upload-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/macos-build.yml | 4 ++-- .github/workflows/mingw64.yml | 4 ++-- .github/workflows/ogc.yml | 4 ++-- .github/workflows/run-tests.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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 be80d449b712..eb971be8c9ac 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -129,7 +129,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 @@ -143,7 +143,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