Skip to content

Commit 8f67692

Browse files
chore(deps): update actions/setup-node action to v4.4.0
1 parent 2d9d59d commit 8f67692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
repository: ${{github.event.pull_request.head.repo.full_name}}
2121

2222
- name: Setup Node.JS
23-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
23+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2424

2525
- name: Install
2626
run: npm install

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: git checkout "$VERSION"
4040

4141
- name: Setup Node.JS
42-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
42+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4343
with:
4444
node-version: 20.6.0
4545
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)