Update gradle.yml

This commit is contained in:
Telesphoreo 2022-06-08 14:30:23 -05:00 committed by GitHub
parent 2e8fe8767e
commit 337334d403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ jobs:
java: [17]
fail-fast: true
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- name: JDK ${{ matrix.java }}
uses: actions/setup-java@v3.1.0
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
cache: 'gradle'