File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
git config --global user.name "$USER_NAME" &&
38
38
git config --global user.email "$USER_EMAIL" &&
39
39
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
41
41
with :
42
42
flavor : build-installers
43
43
- name : Clone build-extra
@@ -131,7 +131,7 @@ jobs:
131
131
git config --global user.name "$USER_NAME" &&
132
132
git config --global user.email "$USER_EMAIL" &&
133
133
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
135
135
if : env.SKIP != 'true'
136
136
with :
137
137
flavor : build-installers
@@ -364,11 +364,11 @@ jobs:
364
364
with :
365
365
name : bundle-artifacts
366
366
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
368
368
if : env.SKIP != 'true' && matrix.arch.bitness == '64'
369
369
with :
370
370
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
372
372
if : env.SKIP != 'true' && matrix.arch.bitness == '32'
373
373
with :
374
374
flavor : build-installers
@@ -480,7 +480,7 @@ jobs:
480
480
with :
481
481
name : bundle-artifacts
482
482
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
484
484
if : env.SKIP != 'true'
485
485
with :
486
486
flavor : build-installers
You can’t perform that action at this time.
0 commit comments