Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fobo66 authored May 20, 2024
1 parent 7c948d1 commit b401149
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Check Gradle wrapper
uses: gradle/wrapper-validation-action@v2
- name: Run check
uses: gradle/[email protected]
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: check
validate-wrappers: true
- name: Run check
run: ./gradlew check

0 comments on commit b401149

Please sign in to comment.