We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b1054 commit e69f126Copy full SHA for e69f126
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install xmllint
25
run: sudo apt-get install -y libxml2-utils
26
- name: Use Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
0 commit comments