From 0473348f6f1ca4bb69edf5b3ae8ee9b085f07e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 07:13:16 +0000 Subject: [PATCH] build(deps): Bump gradle/gradle-build-action from 2.5.1 to 2.6.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/40b6781dcdec2762ad36556682ac74e31030cfe2...bd5760595778326ba7f1441bcf7e88b49de61a25) --- updated-dependencies: - dependency-name: gradle/gradle-build-action 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 364273b..dbe084d 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -57,7 +57,7 @@ jobs: java-version: ${{ matrix.java }} - name: Build id: build - uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 + uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 with: cache-read-only: ${{ github.ref != 'refs/heads/main' }} arguments: build