Skip to content

Commit 40ef2ae

Browse files
committed
Upgrade actions/checkout to v4
1 parent 91e0696 commit 40ef2ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-on-Linux-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-03-06>
7+
# Last Modified : <2025-06-16>
88
#
99
# Build chsrc on Linux (x64) and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Build
2828
run: |

.github/workflows/build-on-Windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-14>
7-
# Last Modified : <2025-03-06>
7+
# Last Modified : <2025-06-16>
88
#
99
# Build chsrc on Windows and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Checkout repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Install x64 gcc
3232
uses: msys2/setup-msys2@v2

.github/workflows/build-on-macOS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-15>
7-
# Last Modified : <2025-03-06>
7+
# Last Modified : <2025-06-16>
88
#
99
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Build for AArch64
2828
run: |
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repo
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050

5151
- name: Build for x64
5252
run: |

0 commit comments

Comments
 (0)