Skip to content

Commit 9cddf2c

Browse files
committed
Upgrade dependencies: Fern CLI 5.20.0 → 5.69.0 and GitHub Actions
1 parent 544d7cb commit 9cddf2c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v7
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@v6
1818
with:
1919
node-version: "24"
2020

.github/workflows/preview-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0 # Fetch full history for git diff
1616

@@ -20,7 +20,7 @@ jobs:
2020
git checkout pr-${{ github.event.pull_request.number }}
2121
2222
- name: Setup Node.js
23-
uses: actions/setup-node@v5
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: "24"
2626

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v7
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@v6
1818
with:
1919
node-version: "24"
2020

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "plantstore",
3-
"version": "5.20.0"
3+
"version": "5.69.0"
44
}

0 commit comments

Comments
 (0)