From 9043558d6ed2e4e5bcab854f478d3975c0dcc7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:44:48 +0000 Subject: [PATCH] Bump burrunan/gradle-cache-action from 1.22 to 2 Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1.22 to 2. - [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.22...v2) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-type: direct:production update-type: version-update:semver-major ... 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 e1f398df..2df4a01b 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.22 + uses: burrunan/gradle-cache-action@v2 with: job-id: calcite-jdk${{ matrix.java-version }} build-root-directory: ../calcite