diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa9793b8..b9ac9e4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: node-version: [ 16.x, 18.x, 20.x ] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: