Skip to content

Commit

Permalink
Merge pull request #80 from joelkanyi/chore/update-libs/gradle-wrappe…
Browse files Browse the repository at this point in the history
…r-validation-action-3.x

update gradle/wrapper-validation-action action from v2 to v3
  • Loading branch information
joelkanyi authored Jun 9, 2024
2 parents 8cf9e53 + b7b7251 commit 0542f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 0542f7e

Please # to comment.