diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bbf2e1be..3f576f3e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,9 +15,9 @@ jobs: node-version: [20] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'