Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: setup-msys2
uses: msys2/setup-msys2@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
HAS_SSH_KEY: ${{ secrets.SSH_KEY != '' }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# install build tools
- name: Install build tools
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
run: |
icacls . /inheritance:r
icacls . /grant Administrators:F
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# install cygwin and build tools
- name: Install Cygwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP" -xvf "$RUNNER_TEMP/win32-openssh.zip" &&
echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/OpenSSH-Win64")" >>$GITHUB_ENV

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
sparse-checkout: |
ui-tests
Expand Down
Loading