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 @@ -16,13 +16,13 @@ jobs:
1616 steps :
1717 -
1818 name : Install etherpad core
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 repository : ether/etherpad-lite
2222 path : ./etherpad
2323 -
2424 name : Checkout plugin repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 path : ./plugin
2828 -
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 -
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 repository : ether/etherpad-lite
2121 path : etherpad-lite
2222 -
2323 run : mv etherpad-lite ..
2424 -
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 -
2727 uses : actions/setup-node@v4
2828 with :
7070 runs-on : ubuntu-latest
7171 steps :
7272 -
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 with :
7575 fetch-depth : 0
7676 -
You can’t perform that action at this time.
0 commit comments