diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bcac8dd..2f905a6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Install xmllint run: sudo apt-get install -y libxml2-utils - name: Use Node.js ${{ matrix.node-version }}