Skip to content

Commit 6ec588c

Browse files
committed
8315873: [GHA] Update checkout and cache action to use v4
Reviewed-by: angorya, kcr
1 parent 76d5e1a commit 6ec588c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/submit.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: "Gradle Wrapper Validation"
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v4
6262
- uses: gradle/wrapper-validation-action@v1
6363

6464

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout the source
85-
uses: actions/checkout@v2
85+
uses: actions/checkout@v4
8686
with:
8787
path: jfx
8888

@@ -99,7 +99,7 @@ jobs:
9999
# FIXME: enable cache for boot JDK
100100
# - name: Restore boot JDK from cache
101101
# id: bootjdk
102-
# uses: actions/cache@v2
102+
# uses: actions/cache@v4
103103
# with:
104104
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
105105
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -168,7 +168,7 @@ jobs:
168168

169169
steps:
170170
- name: Checkout the source
171-
uses: actions/checkout@v2
171+
uses: actions/checkout@v4
172172
with:
173173
path: jfx
174174

@@ -184,7 +184,7 @@ jobs:
184184
# FIXME: enable cache for boot JDK
185185
# - name: Restore boot JDK from cache
186186
# id: bootjdk
187-
# uses: actions/cache@v2
187+
# uses: actions/cache@v4
188188
# with:
189189
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
190190
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -254,7 +254,7 @@ jobs:
254254

255255
steps:
256256
- name: Checkout the source
257-
uses: actions/checkout@v2
257+
uses: actions/checkout@v4
258258
with:
259259
path: jfx
260260

@@ -270,7 +270,7 @@ jobs:
270270
# FIXME: enable cache for boot JDK
271271
# - name: Restore boot JDK from cache
272272
# id: bootjdk
273-
# uses: actions/cache@v2
273+
# uses: actions/cache@v4
274274
# with:
275275
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
276276
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -340,14 +340,14 @@ jobs:
340340

341341
steps:
342342
- name: Checkout the source
343-
uses: actions/checkout@v2
343+
uses: actions/checkout@v4
344344
with:
345345
path: jfx
346346

347347
# FIXME: enable cache for boot JDK
348348
# - name: Restore boot JDK from cache
349349
# id: bootjdk
350-
# uses: actions/cache@v2
350+
# uses: actions/cache@v4
351351
# with:
352352
# path: ~/bootjdk/${{ env.BOOT_JDK_VERSION }}
353353
# key: bootjdk-${{ runner.os }}-${{ env.BOOT_JDK_VERSION }}-${{ env.BOOT_JDK_SHA256 }}-v1
@@ -362,7 +362,7 @@ jobs:
362362
363363
- name: Restore cygwin packages from cache
364364
id: cygwin
365-
uses: actions/cache@v2
365+
uses: actions/cache@v4
366366
with:
367367
path: ~/cygwin/packages
368368
key: cygwin-packages-${{ runner.os }}-v1

0 commit comments

Comments
 (0)