Skip to content

Commit 2dc5766

Browse files
authored
Merge pull request #256 from yuiseki/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents 7cd318a + 5c37d48 commit 2dc5766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Extract node version
1212
run: echo "NODE_VERSION=$(cat .node_version)" >> $GITHUB_ENV
1313
- name: Set Node.js
14-
uses: actions/setup-node@v4
14+
uses: actions/setup-node@v6
1515
with:
1616
node-version: ${{ env.NODE_VERSION }}
1717
cache: npm

.github/workflows/publish_gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 1
1818
- name: Use Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 22.x
2222
- name: Build page

0 commit comments

Comments
 (0)