Skip to content

Commit ffe1d9c

Browse files
chore: deps: bump actions/setup-node from 6.4.0 to 7.0.0 (#1740)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
1 parent 7d8ac35 commit ffe1d9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fern-docs-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838

3939
- name: Setup Node.js
40-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
40+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4141
with:
4242
node-version: '20'
4343

.github/workflows/fern-docs-preview-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false
6969

7070
- name: Setup Node.js
71-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
71+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
7272
with:
7373
node-version: '20'
7474

.github/workflows/publish-fern-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
yq '.products[0].versions[].display-name' fern/docs.yml
211211
212212
- name: Setup Node.js
213-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
213+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
214214
with:
215215
node-version: '20'
216216

0 commit comments

Comments
 (0)