Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2024
1 parent 038f626 commit 24a540c
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@v3.4.1
- uses: gradle/gradle-build-action@v3.4.2
- name: spotless
run: ./gradlew spotlessCheck

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

- uses: gradle/gradle-build-action@v3.4.1
- uses: gradle/gradle-build-action@v3.4.2
- name: Make Gradle executable
run: chmod +x ./gradlew

Expand Down

0 comments on commit 24a540c

Please sign in to comment.