From b3eb55e40190a790d5ede3263b004bb5c993a596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:39:00 +0000 Subject: [PATCH] Bump gradle/actions from 3.3.0 to 3.3.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/6cec5d49d4d6d4bb982fbed7047db31ea6d38f11...750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-mavencentral.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-mavencentral.yaml b/.github/workflows/publish-mavencentral.yaml index ed4a9fe..7dcebd7 100644 --- a/.github/workflows/publish-mavencentral.yaml +++ b/.github/workflows/publish-mavencentral.yaml @@ -21,8 +21,8 @@ jobs: uses: actions/checkout@v4 - name: Setup Gradle - uses: gradle/actions/setup-gradle@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 - # v3.3.0 + uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c + # v3.3.1 with: validate-wrappers: true