From b40a6b321cceb92d2b31e98f0a3e44f37678ded6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 07:44:46 +0000 Subject: [PATCH] build(deps): Bump gradle/actions from 3.1.0 to 3.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/417ae3ccd767c252f5661f1ace9f835f9654f2b5...e24011a3b5db78bd5ab798036042d9312002f252) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index ebd4e31..ee21872 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -56,7 +56,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Setup Gradle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 with: cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: Build