Skip to content

Commit 7edb34e

Browse files
Bump the actions group with 1 update
Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3ac5f0 commit 7edb34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Setup Node.js environment
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717
with:
1818
node-version: '16'
1919
check-version: true

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Setup Node.js environment
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
with:
1515
node-version: '16'
1616
check-latest: true

0 commit comments

Comments
 (0)