From 5936ccd384b61d153da00506b32d4c244f48447a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:15:44 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.11.1 to 3.1.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.1 to 3.1.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.11.1...v3.1.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-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 897258d4b..ef487b4be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: cache: gradle - name: Build - uses: gradle/gradle-build-action@v2.11.1 # v2.11.1 + uses: gradle/gradle-build-action@v3.1.0 # v2.11.1 with: gradle-version: 1.12 build-root-directory: picocli-tests-java567/