Skip to content

Commit f98aa6e

Browse files
authored
Update GitHub Actions workflows. (#1050)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit c6b5055985671f8ba8d248972a9f3aab4112af74.
1 parent 3055784 commit f98aa6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959

6060
- name: Setup Node
6161
if: inputs.tools == 'all' || contains(inputs.tools, 'nodejs')
62-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
62+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
6363
with:
6464
node-version: 20.x
6565
registry-url: https://registry.npmjs.org

.github/workflows/verify-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
runner: ["ubuntu-latest"]
7979
runs-on: ${{ matrix.runner }}
8080
steps:
81+
- name: Configure Git to checkout files with long names
82+
run: git config --global core.longpaths true
8183
- name: Checkout Repo
8284
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8385
with:

0 commit comments

Comments
 (0)