Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #115

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 1.0
-
name: Install etherpad core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ether/etherpad-lite
path: etherpad-lite
Expand All @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-pnpm-store-
-
name: Checkout plugin repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Check out Etherpad core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ether/etherpad-lite
- uses: pnpm/action-setup@v3
Expand All @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-pnpm-store-
-
name: Check out the plugin
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ./node_modules/__tmp
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Check out Etherpad core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ether/etherpad-lite
- uses: pnpm/action-setup@v3
Expand All @@ -35,7 +35,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
-
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
Expand Down
Loading