Skip to content

Commit 2abd244

Browse files
dschojon-turney
authored andcommitted
Cygwin: CI: bump actions/checkout from v3 to v5
There were two major version bumps: - v3 -> v4: new runs using Node.JS v20 instead of v16 - v4 -> v5: now runs using Node.JS v24 instead of v20 Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2f965a5 commit 2abd244

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
@@ -24,7 +24,7 @@ jobs:
2424
HAS_SSH_KEY: ${{ secrets.SSH_KEY != '' }}
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v5
2828

2929
# install build tools
3030
- name: Install build tools
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
icacls . /inheritance:r
113113
icacls . /grant Administrators:F
114-
- uses: actions/checkout@v3
114+
- uses: actions/checkout@v5
115115

116116
# install cygwin and build tools
117117
- name: Install Cygwin

0 commit comments

Comments
 (0)