mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Update actions/checkout action to v5
This commit is contained in:
parent
5a8ebfa7ae
commit
6b26d4e7b2
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -135,7 +135,7 @@ jobs:
|
||||||
run: git config --global core.longpaths true
|
run: git config --global core.longpaths true
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: source
|
path: source
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
|
||||||
2
.github/workflows/clang-format-check.yml
vendored
2
.github/workflows/clang-format-check.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
|
||||||
4
.github/workflows/clang-tidy-review.yml
vendored
4
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -36,13 +36,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: source
|
path: source
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout clang-tidy-review Repository
|
- name: Checkout clang-tidy-review Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: ZedThree/clang-tidy-review
|
repository: ZedThree/clang-tidy-review
|
||||||
ref: v0.20.1
|
ref: v0.20.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue