Skip to content

Commit 4ad7733

Browse files
committed
autofixes from Etherpad checkPlugin.js
1 parent e65d70d commit 4ad7733

File tree

5 files changed

+84
-159
lines changed

5 files changed

+84
-159
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
-

.github/workflows/frontend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
-
@@ -41,7 +41,7 @@ jobs:
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
-

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -31,7 +31,7 @@ jobs:
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
-
@@ -77,7 +77,7 @@ jobs:
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
-

0 commit comments

Comments
 (0)