Skip to content

Commit 1358b24

Browse files
Bump gradle/actions from 4.0.0 to 6.1.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.0.0 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@af1da67...50e97c2) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84aff05 commit 1358b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
settings-path: ${{ github.workspace }} # location for the settings.xml file
3131

3232
- name: Setup Gradle
33-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
33+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
3434

3535
- name: Build with Gradle
3636
run: ./gradlew build

0 commit comments

Comments
 (0)