From 57137fbf5da5124274059d6f8e98898c95d3ea13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:43:39 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 1 to 2.4.2 in /.github/workflows Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 1 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v1...v2.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index c23865d..a009897 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -19,6 +19,6 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java }} - - uses: gradle/gradle-build-action@v1 + - uses: gradle/gradle-build-action@v2.4.2 with: arguments: test \ No newline at end of file