Skip to content

Commit 7c61088

Browse files
authored
Merge pull request #90 from ether/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 3f36dc3 + 73fe279 commit 7c61088

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/backend-tests.yml

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

.github/workflows/frontend-tests.yml

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

.github/workflows/npmpublish.yml

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

0 commit comments

Comments
 (0)