Skip to content

Commit 2380304

Browse files
authored
Merge pull request #202 from mogeko/dependabot/github_actions/github-actions-ad3dacec31
build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the github-actions group
2 parents a4bc59b + bf8f552 commit 2380304

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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/action-setup@v4.2.0
2626
- name: Set up Node.js
27-
uses: actions/setup-node@v5.0.0
27+
uses: actions/setup-node@v6.0.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/action-setup@v4.2.0
3030
- name: Set up Node.js
31-
uses: actions/setup-node@v5.0.0
31+
uses: actions/setup-node@v6.0.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/action-setup@v4.2.0
1919
- name: Set up Node.js
20-
uses: actions/setup-node@v5.0.0
20+
uses: actions/setup-node@v6.0.0
2121
with:
2222
node-version-file: package.json
2323
cache: "pnpm"

0 commit comments

Comments
 (0)