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