Skip to content

Commit 2cff14f

Browse files
committed
Build: Update GitHub Actions
1 parent 99038c6 commit 2cff14f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818
node-version: [18.x, 20.x]
1919

2020
steps:
21+
- name: Checkout
22+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
2123
- name: Install xmllint
2224
run: sudo apt-get install -y libxml2-utils
23-
- uses: actions/checkout@v3
2425
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2627
with:
2728
node-version: ${{ matrix.node-version }}
2829
cache: 'npm'

0 commit comments

Comments
 (0)