Skip to content

Commit e69f126

Browse files
Build: Bump actions/setup-node in the github-actions group
Closes gh-1301
1 parent 12b1054 commit e69f126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install xmllint
2525
run: sudo apt-get install -y libxml2-utils
2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
27+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'npm'

0 commit comments

Comments
 (0)