Skip to content

Commit f00b125

Browse files
authored
Merge pull request #161 from mogeko/dependabot/github_actions/github-actions-c2de478214
build(deps): bump actions/setup-node from 4.1.0 to 4.2.0 in the github-actions group
2 parents 8458b6b + 0160dc3 commit f00b125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up pnpm
2525
uses: pnpm/[email protected]
2626
- name: Set up Node.js
27-
uses: actions/setup-node@v4.1.0
27+
uses: actions/setup-node@v4.2.0
2828
with:
2929
node-version-file: package.json
3030
cache: "pnpm"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up pnpm
2929
uses: pnpm/[email protected]
3030
- name: Set up Node.js
31-
uses: actions/setup-node@v4.1.0
31+
uses: actions/setup-node@v4.2.0
3232
with:
3333
node-version-file: package.json
3434
cache: "pnpm"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up pnpm
1818
uses: pnpm/[email protected]
1919
- name: Set up Node.js
20-
uses: actions/setup-node@v4.1.0
20+
uses: actions/setup-node@v4.2.0
2121
with:
2222
node-version-file: package.json
2323
cache: "pnpm"

0 commit comments

Comments
 (0)