diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 8c584cd..faa34c3 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -59,7 +59,7 @@ runs: - name: Setup Node if: inputs.tools == 'all' || contains(inputs.tools, 'nodejs') - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: node-version: 20.x registry-url: https://registry.npmjs.org diff --git a/.github/workflows/verify-release.yml b/.github/workflows/verify-release.yml index f87b3ca..7c53f97 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -76,6 +76,8 @@ jobs: runner: ["ubuntu-latest"] runs-on: ${{ matrix.runner }} steps: + - name: Configure Git to checkout files with long names + run: git config --global core.longpaths true - name: Checkout Repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: