Skip to content

Commit 8650ea9

Browse files
authored
Merge pull request #72 from objectstack-ai/dependabot/github_actions/actions/setup-node-6
2 parents af27356 + df65788 commit 8650ea9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pnpm-lock.yaml merge=pnpm-merge" >> .git/info/attributes
4444
4545
- name: Setup Node
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v6
4747
with:
4848
node-version: 20
4949
cache: 'pnpm'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: 9
2121

2222
- name: Setup Node.js 20.x
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: 20.x
2626
cache: 'pnpm'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "pnpm-lock.yaml merge=pnpm-merge" >> .git/info/attributes
3434
3535
- name: Setup Node.js 20.x
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: 20.x
3939
cache: 'pnpm'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: 9
2828

2929
- name: Setup Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'pnpm'

0 commit comments

Comments
 (0)