File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 LDFLAGS : " --static -static"
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848
4949 - name : Docker multiarch bootstrap
5050 run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Original file line number Diff line number Diff line change 3535 - run : git config --global core.autocrlf input
3636
3737 - name : Checkout
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 - name : Host - Get packages_list
4141 run : echo "packages_list=$(Get-Content -Path packages.cmd)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
Original file line number Diff line number Diff line change 3535 - run : git config --global core.autocrlf input
3636
3737 - name : Checkout
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 - name : Install cygwin-installer.cmd
4141 run : .\cygwin-installer.cmd
You can’t perform that action at this time.
0 commit comments