diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index c5fce3e..c3006e7 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: ${{ matrix.node-version }} cache: 'npm'