File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
12
12
13
13
steps :
14
14
- name : ✨ Checkout repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : 🛂 Validate Gradle wrapper
18
- uses : gradle/wrapper-validation-action@v1
18
+ uses : gradle/actions/ wrapper-validation@v3
19
19
20
20
- name : 🏗 Set up JDK 21
21
- uses : actions/setup-java@v2
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : 21
24
24
distribution : temurin
25
25
- name : 📷 Begin Gradle cache
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : |
29
29
~/.gradle/caches
36
36
run : gradle build
37
37
38
38
- name : 📦 Upload artifacts
39
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : artifacts
42
42
path : ' **/build/libs'
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
25
25
26
26
steps :
27
27
- name : ✨ Checkout repository
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
32
32
- name : 🛂 Validate Gradle wrapper
33
- uses : gradle/wrapper-validation-action@v1
33
+ uses : gradle/wrapper-validation-action@v2
34
34
35
35
- name : 🏗 Set up JDK 21
36
- uses : actions/setup-java@v2
36
+ uses : actions/setup-java@v4
37
37
with :
38
38
java-version : 21
39
39
distribution : adopt
You can’t perform that action at this time.
0 commit comments