diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5baf6dd..dc46b05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: matrix: node-version: [lts/*] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: