From a27cdff2ab0ee384ab68f54f4d634e453d735982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:01:20 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 3.3.1 to 3.3.2 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.3.1...v3.3.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/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 155dd7e..7cdb151 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -24,7 +24,7 @@ jobs: java-version: ${{ matrix.java }} - name: Setup Gradle - uses: gradle/gradle-build-action@v3.3.1 + uses: gradle/gradle-build-action@v3.3.2 - name: Build with Gradle run: ./gradlew -V build