Upgrade actions/checkout to v4

This commit is contained in:
Aoran Zeng
2025-06-16 01:43:44 +08:00
parent 91e0696bc5
commit 40ef2ae201
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
# Contributors : Nul None <nul@none.org>
# |
# Created On : <2023-09-14>
# Last Modified : <2025-03-06>
# Last Modified : <2025-06-16>
#
# Build chsrc on Windows and upload it to GitHub: the 'pre' release
# ---------------------------------------------------------------
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install x64 gcc
uses: msys2/setup-msys2@v2