Skip to content

Commit

Permalink
Merge pull request #115 from ether/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
SamTV12345 authored Apr 5, 2024
2 parents e4c5f9c + 682f17c commit 38ee121
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 38ee121

Please sign in to comment.