diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 743f10e6..7106e810 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: node-version: [ 16.x, 18.x, 20.x ] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: