Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent bde38aa commit 9412dca
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/[email protected].0
- uses: gradle/[email protected].1
- name: spotless
run: ./gradlew spotlessCheck

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

- uses: gradle/[email protected].0
- uses: gradle/[email protected].1
- name: Make Gradle executable
run: chmod +x ./gradlew

Expand Down

0 comments on commit 9412dca

Please sign in to comment.