Skip to content

Commit

Permalink
GitHub Actions: replace gradle/wrapper-validation-action@v2 with `g…
Browse files Browse the repository at this point in the history
…radle/actions/wrapper-validation@v3`
  • Loading branch information
hsz committed May 30, 2024
1 parent 9726f52 commit 3d72e20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

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

# Set up Java environment for the next steps
- name: Setup Java
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

### Changed

- Dependencies (GitHub Actions) - replace `gradle/wrapper-validation-action@v2` with `gradle/actions/wrapper-validation@v3`

## [1.13.0] - 2024-03-11

### Changed
Expand Down

0 comments on commit 3d72e20

Please sign in to comment.