From b58b413e4735d18450e5cbccfcc3c0a18bb2d201 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:00:37 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#1503) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit c6b5055985671f8ba8d248972a9f3aab4112af74. --- .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 cb8267e95..ea81481ab 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 c0ca801db..ba2cd9eb0 100644 --- a/.github/workflows/verify-release.yml +++ b/.github/workflows/verify-release.yml @@ -78,6 +78,8 @@ jobs: runner: ${{ fromJSON(format('["ubuntu-latest","windows-latest"{0}]', inputs.enableMacRunner && ',"macos-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: