File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
strategy :
16
16
matrix :
17
17
os : [ubuntu-latest, windows-latest]
18
- java : [11 ]
18
+ java : [21 ]
19
19
include :
20
20
- os : windows-latest
21
21
cypress_cache_folder : ~/AppData/Local/Cypress/Cache
22
22
- os : ubuntu-latest
23
23
cypress_cache_folder : ~/.cache/Cypress
24
24
runs-on : ${{ matrix.os }}
25
25
steps :
26
- - name : Set up Java 11
26
+ - name : Set up Java 21
27
27
uses : actions/setup-java@v3
28
28
with :
29
29
distribution : ' corretto'
30
- java-version : ' 11 '
30
+ java-version : ' 21 '
31
31
32
32
- uses : actions/checkout@v2
33
33
- name : Fetch Version Information
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- name : Cache Cypress
146
146
id : cache-cypress
147
- uses : actions/cache@v1
147
+ uses : actions/cache@v4
148
148
with :
149
149
path : ${{ matrix.cypress_cache_folder }}
150
150
key : cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}
You can’t perform that action at this time.
0 commit comments