Update actions versions
This commit is contained in:
parent
6a0d1de8c7
commit
bc3c3f3582
1 changed files with 4 additions and 4 deletions
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
|
@ -11,15 +11,15 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 1.8, 11, 17 ]
|
||||
java-version: [1.8, 11, 17]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK ${{ matrix.java-version }}
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: chmod +x gradlew
|
||||
|
||||
- name: Cache Gradle packages
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue