Skip to content

Commit 76745d6

Browse files
Bump actions/checkout from 4 to 6 (#72)
1 parent e0cb9b6 commit 76745d6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v4
25+
uses: actions/checkout@v6
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@v4
47+
uses: actions/checkout@v6
4848
with:
4949
path: plugin
5050
- name: Remove tests

.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@v4
15+
uses: actions/checkout@v6
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@v4
36+
uses: actions/checkout@v6
3737
with:
3838
path: ./node_modules/__tmp
3939
-

0 commit comments

Comments
 (0)