Skip to content

Commit 0e4136b

Browse files
committed
dev: use latest gradle github action version
1 parent 2004b6b commit 0e4136b

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
java-version: '21'
3232
distribution: 'temurin'
3333

34-
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3534
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3635
- name: Setup Gradle
37-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
36+
uses: gradle/actions/setup-gradle@v6
3837

3938
- name: Build with Gradle Wrapper
4039
run: ./gradlew build

.github/workflows/dependency-submission.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7-
81
name: Dependency Submission
92

103
on:

0 commit comments

Comments
 (0)