File tree Expand file tree Collapse file tree 5 files changed +84
-159
lines changed
Expand file tree Collapse file tree 5 files changed +84
-159
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport
2323 -
2424 name : Install etherpad core
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626 with :
2727 repository : ether/etherpad-lite
2828 -
2929 name : Checkout plugin repository
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131 with :
3232 path : ./node_modules/__tmp
3333 -
Original file line number Diff line number Diff line change 2828 printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
2929 -
3030 name : Check out Etherpad core
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 with :
3333 repository : ether/etherpad-lite
3434 -
4141 src/bin/doc/package-lock.json
4242 -
4343 name : Check out the plugin
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545 with :
4646 path : ./node_modules/__tmp
4747 -
Original file line number Diff line number Diff line change 2222 # conflicts with this plugin's clone, etherpad-lite must be cloned and
2323 # moved out before this plugin's repo is cloned to $GITHUB_WORKSPACE.
2424 -
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626 with :
2727 repository : ether/etherpad-lite
2828 path : etherpad-lite
3131 # etherpad-lite has been moved outside of $GITHUB_WORKSPACE, so it is now
3232 # safe to clone this plugin's repo to $GITHUB_WORKSPACE.
3333 -
34- uses : actions/checkout@v2
34+ uses : actions/checkout@v3
3535 # This is necessary for actions/setup-node because '..' can't be used in
3636 # cache-dependency-path.
3737 -
7777 runs-on : ubuntu-latest
7878 steps :
7979 -
80- uses : actions/checkout@v2
80+ uses : actions/checkout@v3
8181 with :
8282 fetch-depth : 0
8383 -
You can’t perform that action at this time.
0 commit comments