From c030107986e6c07d2438373f77e8e64c36e5d8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:55:07 -0400 Subject: [PATCH] Bump eskatos/gradle-command-action from 3.4.0 to 3.4.1 (#432) Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](https://github.com/eskatos/gradle-command-action/compare/db35f2304698ac6ff98958322dfd3db0a5da9fdf...04b20c065cf1ab708c96e64a8811018d0a1fbc88) --- updated-dependencies: - dependency-name: eskatos/gradle-command-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gradle-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index ff15779b..d477031b 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -19,6 +19,6 @@ jobs: with: java-version: 11 distribution: zulu - - uses: eskatos/gradle-command-action@db35f2304698ac6ff98958322dfd3db0a5da9fdf + - uses: eskatos/gradle-command-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 with: arguments: build --parallel --continue