From 1248434427e6e6ff368bf579e90425b50263668c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:10:05 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 3.4.1 to 3.4.2 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/basicCI.yml | 2 +- .github/workflows/gradle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basicCI.yml b/.github/workflows/basicCI.yml index c301cdc..cba1561 100644 --- a/.github/workflows/basicCI.yml +++ b/.github/workflows/basicCI.yml @@ -15,7 +15,7 @@ jobs: with: distribution: temurin java-version: 11 - - uses: gradle/gradle-build-action@v3.4.1 + - uses: gradle/gradle-build-action@v3.4.2 with: gradle-version: 6.5 - run: gradle clean build diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 38870d8..2ffd236 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,7 +19,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@88425854a36845f9c881450d9660b5fd46bee142 - name: Publish package - uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 with: arguments: publish env: