Skip to content

Commit 0d32159

Browse files
authored
Update setup-java and cache actions
1 parent 6f529c8 commit 0d32159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
with:
1414
submodules: 'recursive'
1515
- name: Set up JDK 8
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: '8'
1919
distribution: 'zulu'
2020
- name: Cache
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.gradle/caches
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('build.gradle') }}

0 commit comments

Comments
 (0)