File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : setup-msys2
1717 uses : msys2/setup-msys2@v2
Original file line number Diff line number Diff line change 1818 HAS_SSH_KEY : ${{ secrets.SSH_KEY != '' }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 # install build tools
2424 - name : Install build tools
@@ -105,7 +105,7 @@ jobs:
105105 run : |
106106 icacls . /inheritance:r
107107 icacls . /grant Administrators:F
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v5
109109
110110 # install cygwin and build tools
111111 - name : Install Cygwin
Original file line number Diff line number Diff line change 9999 "$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP" -xvf "$RUNNER_TEMP/win32-openssh.zip" &&
100100 echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/OpenSSH-Win64")" >>$GITHUB_ENV
101101
102- - uses : actions/checkout@v4
102+ - uses : actions/checkout@v5
103103 with :
104104 sparse-checkout : |
105105 ui-tests
You can’t perform that action at this time.
0 commit comments