Skip to content

Commit d303234

Browse files
committed
Update for gradle/[email protected] release
- Bump version hashes to use `gradle/actions/[email protected]` - Bump version hash to use `gradle/actions/[email protected]`
1 parent 2b5d980 commit d303234

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/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@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
33+
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3434

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

ci/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
3232
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3333
- name: Setup Gradle
34-
uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
34+
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3535

3636
- name: Build with Gradle Wrapper
3737
run: ./gradlew build
@@ -40,7 +40,7 @@ jobs:
4040
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
4141
#
4242
# - name: Setup Gradle
43-
# uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
43+
# uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
4444
# with:
4545
# gradle-version: '8.5'
4646
#
@@ -64,4 +64,4 @@ jobs:
6464
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6565
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
6666
- name: Generate and submit dependency graph
67-
uses: gradle/actions/dependency-submission@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
67+
uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

0 commit comments

Comments
 (0)