Skip to content

Commit f2833dc

Browse files
authored
Merge pull request #118 from ether/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6715611 + 581ec80 commit f2833dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/backend-tests.yml

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

.github/workflows/npmpublish.yml

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

0 commit comments

Comments
 (0)