Skip to content

Commit

Permalink
Upgrade action for validating Gradle wrapper for deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiu-udrea committed Dec 2, 2024
1 parent 0fcd528 commit d615e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit d615e53

Please sign in to comment.