Skip to content

Commit e8599ee

Browse files
committed
Update checkout actions
1 parent c5b6588 commit e8599ee

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/build_pass.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
container: archlinux:latest
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v3
15-
with:
16-
submodules: recursive
14+
uses: actions/checkout@v4
1715
- name: check fcitx5-cskk version
1816
id: version
1917
run: |

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
path:
1010
- 'src'
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Run clang-format style check for C/C++ programs.
1414
uses: jidicula/clang-format-action@v4.6.2
1515
with:

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
# cskk_ver: [0.8.1]
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v3
16-
with:
17-
submodules: recursive
15+
uses: actions/checkout@v4
1816
- name: check fcitx5-cskk version
1917
id: version
2018
run: |

0 commit comments

Comments
 (0)