Skip to content

Commit 82b0614

Browse files
authored
Merge pull request #28 from fastStats-org/renovate/gradle-actions-5.x
Update gradle/actions action to v5
2 parents 0d4c3c3 + 892e818 commit 82b0614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
distribution: 'temurin'
1313
java-version: 21
1414
- name: Setup Gradle
15-
uses: gradle/actions/setup-gradle@v4
15+
uses: gradle/actions/setup-gradle@v5
1616
- name: Build with Gradle
1717
run: ./gradlew build
1818
- name: Test with Gradle

0 commit comments

Comments
 (0)