diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 43971ce9..bbf2e1be 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: node-version: [20] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3 with: