58
58
name : " Gradle Wrapper Validation"
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v2
61
+ - uses : actions/checkout@v4
62
62
- uses : gradle/wrapper-validation-action@v1
63
63
64
64
82
82
83
83
steps :
84
84
- name : Checkout the source
85
- uses : actions/checkout@v2
85
+ uses : actions/checkout@v4
86
86
with :
87
87
path : jfx
88
88
99
99
# FIXME: enable cache for boot JDK
100
100
# - name: Restore boot JDK from cache
101
101
# id: bootjdk
102
- # uses: actions/cache@v2
102
+ # uses: actions/cache@v4
103
103
# with:
104
104
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
105
105
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -168,7 +168,7 @@ jobs:
168
168
169
169
steps :
170
170
- name : Checkout the source
171
- uses : actions/checkout@v2
171
+ uses : actions/checkout@v4
172
172
with :
173
173
path : jfx
174
174
@@ -184,7 +184,7 @@ jobs:
184
184
# FIXME: enable cache for boot JDK
185
185
# - name: Restore boot JDK from cache
186
186
# id: bootjdk
187
- # uses: actions/cache@v2
187
+ # uses: actions/cache@v4
188
188
# with:
189
189
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
190
190
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -254,7 +254,7 @@ jobs:
254
254
255
255
steps :
256
256
- name : Checkout the source
257
- uses : actions/checkout@v2
257
+ uses : actions/checkout@v4
258
258
with :
259
259
path : jfx
260
260
@@ -270,7 +270,7 @@ jobs:
270
270
# FIXME: enable cache for boot JDK
271
271
# - name: Restore boot JDK from cache
272
272
# id: bootjdk
273
- # uses: actions/cache@v2
273
+ # uses: actions/cache@v4
274
274
# with:
275
275
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
276
276
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -340,14 +340,14 @@ jobs:
340
340
341
341
steps :
342
342
- name : Checkout the source
343
- uses : actions/checkout@v2
343
+ uses : actions/checkout@v4
344
344
with :
345
345
path : jfx
346
346
347
347
# FIXME: enable cache for boot JDK
348
348
# - name: Restore boot JDK from cache
349
349
# id: bootjdk
350
- # uses: actions/cache@v2
350
+ # uses: actions/cache@v4
351
351
# with:
352
352
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
353
353
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -362,7 +362,7 @@ jobs:
362
362
363
363
- name : Restore cygwin packages from cache
364
364
id : cygwin
365
- uses : actions/cache@v2
365
+ uses : actions/cache@v4
366
366
with :
367
367
path : ~/cygwin/packages
368
368
key : cygwin-packages-${{ runner.os }}-v1
0 commit comments