Skip to content

Commit 9f56447

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3539f60 commit 9f56447

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@v5
19+
uses: actions/checkout@v6
2020
with:
2121
repository: ether/etherpad-lite
2222
path: ./etherpad
2323
-
2424
name: Checkout plugin repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
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@v5
18+
uses: actions/checkout@v6
1919
with:
2020
repository: ether/etherpad-lite
2121
path: etherpad-lite
2222
-
2323
run: mv etherpad-lite ..
2424
-
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
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@v5
73+
uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676
-

0 commit comments

Comments
 (0)