Skip to content

Commit b5cc91d

Browse files
committed
fixup! git-artifacts: Use the shiny new setup-git-for-windows-sdk Action
Let's use v1 of that Action, which does not suffer the infinite-until-timeout problem. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c5ca16f commit b5cc91d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.name "$USER_NAME" &&
3838
git config --global user.email "$USER_EMAIL" &&
3939
echo "PACKAGER=$USER_NAME <$USER_EMAIL>" >>$GITHUB_ENV
40-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
40+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
4141
with:
4242
flavor: build-installers
4343
- name: Clone build-extra
@@ -131,7 +131,7 @@ jobs:
131131
git config --global user.name "$USER_NAME" &&
132132
git config --global user.email "$USER_EMAIL" &&
133133
echo "PACKAGER=$USER_NAME <$USER_EMAIL>" >>$GITHUB_ENV
134-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
134+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
135135
if: env.SKIP != 'true'
136136
with:
137137
flavor: build-installers
@@ -364,11 +364,11 @@ jobs:
364364
with:
365365
name: bundle-artifacts
366366
path: bundle-artifacts
367-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
367+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
368368
if: env.SKIP != 'true' && matrix.arch.bitness == '64'
369369
with:
370370
flavor: build-installers
371-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
371+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
372372
if: env.SKIP != 'true' && matrix.arch.bitness == '32'
373373
with:
374374
flavor: build-installers
@@ -480,7 +480,7 @@ jobs:
480480
with:
481481
name: bundle-artifacts
482482
path: bundle-artifacts
483-
- uses: git-for-windows/setup-git-for-windows-sdk@v0
483+
- uses: git-for-windows/setup-git-for-windows-sdk@v1
484484
if: env.SKIP != 'true'
485485
with:
486486
flavor: build-installers

0 commit comments

Comments
 (0)