From 10d4e424e815e0b715396d111b452d2d0d8c302a Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 28 Jan 2025 05:40:41 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/actions/setup-tools/action.yml | 2 +- .github/workflows/verify-release.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index cb8267e9..ea81481a 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 e46716cf..a39c084d 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: