Skip to content

Commit 9bf8187

Browse files
Bump actions/setup-node from 4.0.1 to 4.0.2 (#256)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8f56f8 commit 9bf8187

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && git push origin main
5555
5656
- name: Setup Node.js
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
node-version: 20
6060

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.event.release.tag_name }}
2020

2121
- name: Setup Node
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
node-version: 20
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Setup Node.js
24-
uses: actions/[email protected].1
24+
uses: actions/[email protected].2
2525
with:
2626
node-version: 20
2727
- run: npm ci

0 commit comments

Comments
 (0)