Skip to content

Commit 6adec25

Browse files
chore(deps): update actions/setup-node action to v6.3.0
1 parent adf6ff3 commit 6adec25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
python-version: "${{ matrix.python-version }}"
139139
if: matrix.language == 'python'
140-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
140+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
141141
with:
142142
node-version: "${{ matrix.node-version }}"
143143
registry-url: "https://registry.npmjs.org"

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
python-version: "${{ matrix.python-version }}"
117117
if: matrix.language == 'python'
118118
- name: Use Node.js
119-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
119+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
120120
with:
121121
node-version: "${{ matrix.node-version }}"
122122
if: matrix.language == 'nodejs'

0 commit comments

Comments
 (0)