File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 version : 1.0
2323 -
2424 name : Install etherpad core
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 repository : ether/etherpad-lite
2828 path : etherpad-lite
4444 ${{ runner.os }}-pnpm-store-
4545 -
4646 name : Checkout plugin repository
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848 with :
4949 path : plugin
5050 -
Original file line number Diff line number Diff line change 1212 steps :
1313 -
1414 name : Check out Etherpad core
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 repository : ether/etherpad-lite
1818 - uses : pnpm/action-setup@v3
3333 ${{ runner.os }}-pnpm-store-
3434 -
3535 name : Check out the plugin
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 path : ./node_modules/__tmp
3939 -
Original file line number Diff line number Diff line change 1515 node-version : 20
1616 registry-url : https://registry.npmjs.org/
1717 - name : Check out Etherpad core
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 repository : ether/etherpad-lite
2121 - uses : pnpm/action-setup@v3
3535 restore-keys : |
3636 ${{ runner.os }}-pnpm-store-
3737 -
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 with :
4040 fetch-depth : 0
4141 -
You can’t perform that action at this time.
0 commit comments