diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index c3006e7..d74403f 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 1 - name: Set up Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: ${{ matrix.node-version }} cache: 'npm'