Skip to content

Commit 2f764c0

Browse files
authored
Merge pull request #108 from git-for-windows/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 03cc2ed + 024d399 commit 2f764c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/cygwin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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

0 commit comments

Comments
 (0)