Skip to content

Commit 5cd8625

Browse files
dependabot[bot]dscho
authored andcommitted
Bump actions/checkout from 3 to 4
Original-patch-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5830ced commit 5cd8625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v3
21+
- uses: actions/checkout@v4
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@v3
108+
- uses: actions/checkout@v4
109109

110110
# install cygwin and build tools
111111
- name: Install Cygwin

0 commit comments

Comments
 (0)