File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments