File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v4
19
19
with :
20
20
ref : v${{ github.event.inputs.release_version }}
21
- - uses : gradle/wrapper-validation-action@v3
21
+ - uses : gradle/actions/ wrapper-validation@v4
22
22
- name : Set up JDK
23
23
uses : actions/setup-java@v4
24
24
with :
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
47
47
fetch-depth : 0
48
48
49
49
- name : " 🔧 Setup GraalVM CE"
50
-
50
+
51
51
with :
52
52
distribution : ' graalvm'
53
53
java-version : ${{ matrix.java }}
54
54
github-token : ${{ secrets.GITHUB_TOKEN }}
55
55
56
56
- name : " 🔧 Setup Gradle"
57
-
57
+ uses : gradle/actions/setup-gradle@v4
58
58
59
59
- name : " ❓ Optional setup step"
60
60
run : |
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
with :
19
19
token : ${{ secrets.GH_TOKEN }}
20
- - uses : gradle/wrapper-validation-action@v3
20
+ - uses : gradle/actions/ wrapper-validation@v4
21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v4
23
23
with :
You can’t perform that action at this time.
0 commit comments