File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - run : corepack enable
13- - uses : actions/setup-node@v3
13+ - uses : actions/setup-node@v4
1414 with :
1515 node-version : " 20"
1616 # Pick your own package manager and build script
1919 - name : Upload artifact
2020 uses : actions/upload-pages-artifact@v1
2121 with :
22- path : ./.output/public
22+ path : ./.output/public
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - run : corepack enable
14- - uses : actions/setup-node@v3
14+ - uses : actions/setup-node@v4
1515 with :
1616 node-version : " 20"
1717 # Pick your own package manager and build script
You can’t perform that action at this time.
0 commit comments