mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-20 03:03:44 +08:00
Upgrade actions/checkout
to v4
This commit is contained in:
parent
91e0696bc5
commit
40ef2ae201
4
.github/workflows/build-on-Linux-x64.yml
vendored
4
.github/workflows/build-on-Linux-x64.yml
vendored
@ -4,7 +4,7 @@
|
|||||||
# Contributors : Nul None <nul@none.org>
|
# Contributors : Nul None <nul@none.org>
|
||||||
# |
|
# |
|
||||||
# Created On : <2023-09-14>
|
# Created On : <2023-09-14>
|
||||||
# Last Modified : <2025-03-06>
|
# Last Modified : <2025-06-16>
|
||||||
#
|
#
|
||||||
# Build chsrc on Linux (x64) and upload it to GitHub: the 'pre' release
|
# Build chsrc on Linux (x64) and upload it to GitHub: the 'pre' release
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
4
.github/workflows/build-on-Windows.yml
vendored
4
.github/workflows/build-on-Windows.yml
vendored
@ -4,7 +4,7 @@
|
|||||||
# Contributors : Nul None <nul@none.org>
|
# Contributors : Nul None <nul@none.org>
|
||||||
# |
|
# |
|
||||||
# Created On : <2023-09-14>
|
# 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
|
# Build chsrc on Windows and upload it to GitHub: the 'pre' release
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install x64 gcc
|
- name: Install x64 gcc
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
|
6
.github/workflows/build-on-macOS.yml
vendored
6
.github/workflows/build-on-macOS.yml
vendored
@ -4,7 +4,7 @@
|
|||||||
# Contributors : Nul None <nul@none.org>
|
# Contributors : Nul None <nul@none.org>
|
||||||
# |
|
# |
|
||||||
# Created On : <2023-09-15>
|
# Created On : <2023-09-15>
|
||||||
# Last Modified : <2025-03-06>
|
# Last Modified : <2025-06-16>
|
||||||
#
|
#
|
||||||
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
|
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build for AArch64
|
- name: Build for AArch64
|
||||||
run: |
|
run: |
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build for x64
|
- name: Build for x64
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user