Skip to content

Commit 32c1cb1

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/actions/http-client-3.0.0
2 parents bc32401 + a575aba commit 32c1cb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v4.2.0
1919
- name: Set Node.js
20-
uses: actions/setup-node@v5.0.0
20+
uses: actions/setup-node@v6.0.0
2121
with:
2222
cache: 'pnpm'
2323
node-version: 20.x

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: pnpm/action-setup@v4.2.0
1818
- name: Set Node.js
19-
uses: actions/setup-node@v5.0.0
19+
uses: actions/setup-node@v6.0.0
2020
with:
2121
cache: 'pnpm'
2222
node-version: 20.x

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: pnpm/action-setup@v4.2.0
1818
- name: Set Node.js
19-
uses: actions/setup-node@v5.0.0
19+
uses: actions/setup-node@v6.0.0
2020
with:
2121
cache: 'pnpm'
2222
node-version: 20.x

0 commit comments

Comments
 (0)