Skip to content

Commit

Permalink
Merge pull request #458 from MohamedRejeb/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…radle/wrapper-validation-action-3

Bump gradle/wrapper-validation-action from 1 to 3
  • Loading branch information
MohamedRejeb authored Dec 26, 2024
2 parents 1383ad4 + 4ae8deb commit 00c8563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v3
- uses: actions/cache@v4
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v3
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 00c8563

Please sign in to comment.