From 344a560aa9b16329d6bd39608a5017d62c94e5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:18:51 +0000 Subject: [PATCH] build(deps): Bump gradle/actions from 3.0.0 to 3.1.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/ec92e829475ac0c2315ea8f9eced72db85bb337a...417ae3ccd767c252f5661f1ace9f835f9654f2b5) --- 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 98b416c..a28bd4d 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@ec92e829475ac0c2315ea8f9eced72db85bb337a + uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 with: cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: Build