Skip to content

Commit d5d63f2

Browse files
authored
Merge pull request #2 from rhaendel/dependabot/github_actions/gradle/actions-4
Bump gradle/actions from 3 to 4
2 parents 615acb3 + 59c227e commit d5d63f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
distribution: 'temurin'
1515
java-version: 21
1616
- name: Setup Gradle
17-
uses: gradle/actions/setup-gradle@v3
17+
uses: gradle/actions/setup-gradle@v4
1818
- name: Build with Gradle
1919
run: ./gradlew build

0 commit comments

Comments
 (0)