Skip to content

Commit 62ef92f

Browse files
chore(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab5ee5d commit 62ef92f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Automerge
3030
id: automerge

.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@v6
25+
uses: actions/checkout@v7
2626
with:
2727
repository: ether/etherpad-lite
2828
path: etherpad-lite
@@ -48,7 +48,7 @@ jobs:
4848
${{ runner.os }}-pnpm-store-
4949
-
5050
name: Checkout plugin repository
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
path: plugin
5454
- 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@v6
15+
uses: actions/checkout@v7
1616
with:
1717
repository: ether/etherpad-lite
1818
path: etherpad-lite
@@ -38,7 +38,7 @@ jobs:
3838
${{ runner.os }}-pnpm-store-
3939
-
4040
name: Checkout plugin repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
path: plugin
4444
-

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Upgrade npm to >=11.5.1 (required for trusted publishing)
2929
run: npm install -g npm@latest
3030
- name: Check out Etherpad core
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
repository: ether/etherpad-lite
3434
- uses: pnpm/action-setup@v6
@@ -47,7 +47,7 @@ jobs:
4747
restore-keys: |
4848
${{ runner.os }}-pnpm-store-
4949
-
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
fetch-depth: 0
5353
-

0 commit comments

Comments
 (0)