File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
BASE_PATH : /webgpu-samples
11
11
steps :
12
12
- name : Checkout 🛎️
13
- uses : actions/checkout@v2.3.1
13
+ uses : actions/checkout@v4
14
14
with :
15
15
persist-credentials : false
16
16
17
- - uses : actions/setup-node@v2-beta
17
+ - uses : actions/setup-node@v4
18
18
with :
19
- node-version : " 18 .x"
19
+ node-version : " 20 .x"
20
20
21
- - uses : actions/cache@v2
21
+ - uses : actions/cache@v4
22
22
with :
23
23
path : ${{ github.workspace }}/.next/cache
24
24
key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
BASE_PATH : /webgpu-samples
14
14
steps :
15
15
- name : Checkout 🛎️
16
- uses : actions/checkout@v2.3.1
16
+ uses : actions/checkout@v4
17
17
with :
18
18
persist-credentials : false
19
19
20
- - uses : actions/setup-node@v2-beta
20
+ - uses : actions/setup-node@v4
21
21
with :
22
- node-version : " 18 .x"
22
+ node-version : " 20 .x"
23
23
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : ${{ github.workspace }}/.next/cache
27
27
key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments