Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 27, 2023
1 parent 883da0a commit 9d530fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
distribution: zulu
java-version: 17
- uses: gradle/gradle-build-action@v2.9.0
- uses: gradle/gradle-build-action@v2.10.0
- name: spotless
run: ./gradlew spotlessCheck

Expand All @@ -32,7 +32,7 @@ jobs:
distribution: zulu
java-version: 17

- uses: gradle/gradle-build-action@v2.9.0
- uses: gradle/gradle-build-action@v2.10.0
- name: Make Gradle executable
run: chmod +x ./gradlew

Expand Down

0 comments on commit 9d530fc

Please sign in to comment.