75
75
76
76
steps :
77
77
- name : Checkout the source
78
- uses : actions/checkout@v2
78
+ uses : actions/checkout@v4
79
79
with :
80
80
path : jfx
81
81
92
92
# FIXME: enable cache for boot JDK
93
93
# - name: Restore boot JDK from cache
94
94
# id: bootjdk
95
- # uses: actions/cache@v2
95
+ # uses: actions/cache@v4
96
96
# with:
97
97
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
98
98
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -158,7 +158,7 @@ jobs:
158
158
159
159
steps :
160
160
- name : Checkout the source
161
- uses : actions/checkout@v2
161
+ uses : actions/checkout@v4
162
162
with :
163
163
path : jfx
164
164
@@ -174,7 +174,7 @@ jobs:
174
174
# FIXME: enable cache for boot JDK
175
175
# - name: Restore boot JDK from cache
176
176
# id: bootjdk
177
- # uses: actions/cache@v2
177
+ # uses: actions/cache@v4
178
178
# with:
179
179
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
180
180
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -245,14 +245,14 @@ jobs:
245
245
246
246
steps :
247
247
- name : Checkout the source
248
- uses : actions/checkout@v2
248
+ uses : actions/checkout@v4
249
249
with :
250
250
path : jfx
251
251
252
252
# FIXME: enable cache for boot JDK
253
253
# - name: Restore boot JDK from cache
254
254
# id: bootjdk
255
- # uses: actions/cache@v2
255
+ # uses: actions/cache@v4
256
256
# with:
257
257
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
258
258
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -267,7 +267,7 @@ jobs:
267
267
268
268
- name : Restore cygwin packages from cache
269
269
id : cygwin
270
- uses : actions/cache@v2
270
+ uses : actions/cache@v4
271
271
with :
272
272
path : ~/cygwin/packages
273
273
key : cygwin-packages-${{ runner.os }}-v1
1 commit comments
openjdk-notifier[bot] commentedon Mar 5, 2025
Review
Issues