From eacc9a9e405998cb18fb064539c884670e96d52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:53:00 +0000 Subject: [PATCH] Bump burrunan/gradle-cache-action from 1.19 to 1.22 Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1.19 to 1.22. - [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.19...v1.22) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0094216..e1f398df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: echo 'allprojects { plugins.withType { dependencies { "jandexClasspath"("io.smallrye:jandex:1.0.0-dev-SNAPSHOT") } } }' >> ../calcite/build.gradle.kts - name: Verify Calcite bytecode - uses: burrunan/gradle-cache-action@v1.19 + uses: burrunan/gradle-cache-action@v1.22 with: job-id: calcite-jdk${{ matrix.java-version }} build-root-directory: ../calcite