Skip to content

Commit

Permalink
Merge pull request #47 from JonasFranke/renovate/gradle-wrapper-valid…
Browse files Browse the repository at this point in the history
…ation-action-2.x

Update gradle/wrapper-validation-action action to v2
  • Loading branch information
JonasFranke authored Feb 17, 2024
2 parents 9dd42d6 + 0bd76c6 commit 1c9102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2
- name: Build with Gradle
run: sudo chmod +x gradlew && ./gradlew build
- name: remove old builds
Expand Down

0 comments on commit 1c9102e

Please sign in to comment.