File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 BASE_PATH : /webgpu-samples
1111 steps :
1212 - name : Checkout 🛎️
13- uses : actions/checkout@v2.3.1
13+ uses : actions/checkout@v4
1414 with :
1515 persist-credentials : false
1616
17- - uses : actions/setup-node@v2-beta
17+ - uses : actions/setup-node@v4
1818 with :
19- node-version : " 18 .x"
19+ node-version : " 20 .x"
2020
21- - uses : actions/cache@v2
21+ - uses : actions/cache@v4
2222 with :
2323 path : ${{ github.workspace }}/.next/cache
2424 key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 BASE_PATH : /webgpu-samples
1414 steps :
1515 - name : Checkout 🛎️
16- uses : actions/checkout@v2.3.1
16+ uses : actions/checkout@v4
1717 with :
1818 persist-credentials : false
1919
20- - uses : actions/setup-node@v2-beta
20+ - uses : actions/setup-node@v4
2121 with :
22- node-version : " 18 .x"
22+ node-version : " 20 .x"
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v4
2525 with :
2626 path : ${{ github.workspace }}/.next/cache
2727 key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments