Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit f59f0b7

Browse files
build(deps): bump gradle/gradle-build-action from 3.0.0 to 3.1.0 (#710)
* build(deps): bump gradle/gradle-build-action from 3.0.0 to 3.1.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@3b1b3b9...29c0906) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * use new action path added checksum in gradle properties file Signed-off-by: Stephane Bouchet <[email protected]> * fix checksum distribution Signed-off-by: Stephane Bouchet <[email protected]> * fix gradle action SHA Signed-off-by: Stephane Bouchet <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephane Bouchet <[email protected]>
1 parent bcf4710 commit f59f0b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
distribution: 'temurin'
7878
cache: 'gradle'
7979
- name: Setup Gradle
80-
uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 #v3.0.0
80+
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 #v3.1.0
8181
- uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced #v1.9.0
8282
name: Start cluster
8383
with:

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
45
networkTimeout=10000
56
validateDistributionUrl=true
67
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)