Skip to content

Commit f66d943

Browse files
committed
update gh action
1 parent 9c6f916 commit f66d943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 10
2525

2626
- name: Set up JDK 17
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v4
2828
with:
29-
java-version: 17
29+
java-version: 21
3030
distribution: temurin
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v4
3333
with:
3434
path: |
3535
~/.gradle/caches

0 commit comments

Comments
 (0)