Skip to content

Commit

Permalink
🔨 Update Gradle wrapper validation action
Browse files Browse the repository at this point in the history
  • Loading branch information
obecker committed Apr 16, 2024
1 parent 7a5af6c commit aef3a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 17
distribution: corretto
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3.3.0 # https://github.com/marketplace/actions/gradle-wrapper-validation
uses: gradle/actions/wrapper-validation@v3.3.0 # https://github.com/marketplace/actions/gradle-wrapper-validation
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3.2.1 # https://github.com/marketplace/actions/build-with-gradle
with:
Expand Down

0 comments on commit aef3a39

Please sign in to comment.