From 2fbc924a58baba27b7e53be118e59e2c1d58935a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:00:29 +0000 Subject: [PATCH] Bump burrunan/gradle-cache-action from 1.10 to 1.19 Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1.10 to 1.19. - [Release notes](https://github.com/burrunan/gradle-cache-action/releases) - [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/burrunan/gradle-cache-action/compare/v1.10...v1.19) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 140e21fa9..88a07347f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: java-version: ${{ matrix.java-version }} - name: Run build with caching enabled - uses: burrunan/gradle-cache-action@v1.10 + uses: burrunan/gradle-cache-action@v1.19 with: remote-build-cache-proxy-enabled: false arguments: clean build -s --scan diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a45bd96a2..ae3d27c08 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: java-version: 8 - name: Publish - uses: burrunan/gradle-cache-action@v1 + uses: burrunan/gradle-cache-action@v1.19 with: remote-build-cache-proxy-enabled: false properties: |