Use actions/checkout@v3 for Gradle Wrapper Validation Action

See gh-29198
This commit is contained in:
Johnny Lim 2022-09-24 23:20:50 +09:00 committed by Stephane Nicoll
parent 98ecf0a412
commit 4ca574cde1
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1