ep_disable_chat 0.0.49 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,13 +16,13 @@ jobs:
|
|
|
16
16
|
steps:
|
|
17
17
|
-
|
|
18
18
|
name: Install libreoffice
|
|
19
|
-
uses: awalsh128/cache-apt-pkgs-action@v1.6.
|
|
19
|
+
uses: awalsh128/cache-apt-pkgs-action@v1.6.1
|
|
20
20
|
with:
|
|
21
21
|
packages: libreoffice libreoffice-pdfimport
|
|
22
22
|
version: 1.0
|
|
23
23
|
-
|
|
24
24
|
name: Install etherpad core
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@v7
|
|
26
26
|
with:
|
|
27
27
|
repository: ether/etherpad-lite
|
|
28
28
|
path: etherpad-lite
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
48
48
|
${{ runner.os }}-pnpm-store-
|
|
49
49
|
-
|
|
50
50
|
name: Checkout plugin repository
|
|
51
|
-
uses: actions/checkout@
|
|
51
|
+
uses: actions/checkout@v7
|
|
52
52
|
with:
|
|
53
53
|
path: plugin
|
|
54
54
|
- name: Remove tests
|
|
@@ -12,7 +12,7 @@ jobs:
|
|
|
12
12
|
steps:
|
|
13
13
|
-
|
|
14
14
|
name: Check out Etherpad core
|
|
15
|
-
uses: actions/checkout@
|
|
15
|
+
uses: actions/checkout@v7
|
|
16
16
|
with:
|
|
17
17
|
repository: ether/etherpad-lite
|
|
18
18
|
path: etherpad-lite
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
${{ runner.os }}-pnpm-store-
|
|
39
39
|
-
|
|
40
40
|
name: Checkout plugin repository
|
|
41
|
-
uses: actions/checkout@
|
|
41
|
+
uses: actions/checkout@v7
|
|
42
42
|
with:
|
|
43
43
|
path: plugin
|
|
44
44
|
-
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
- name: Upgrade npm to >=11.5.1 (required for trusted publishing)
|
|
29
29
|
run: npm install -g npm@latest
|
|
30
30
|
- name: Check out Etherpad core
|
|
31
|
-
uses: actions/checkout@
|
|
31
|
+
uses: actions/checkout@v7
|
|
32
32
|
with:
|
|
33
33
|
repository: ether/etherpad-lite
|
|
34
34
|
- uses: pnpm/action-setup@v6
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
restore-keys: |
|
|
48
48
|
${{ runner.os }}-pnpm-store-
|
|
49
49
|
-
|
|
50
|
-
uses: actions/checkout@
|
|
50
|
+
uses: actions/checkout@v7
|
|
51
51
|
with:
|
|
52
52
|
fetch-depth: 0
|
|
53
53
|
-
|