Skip to content

Commit 83a13e4

Browse files
committed
ci: update the github action to v5
1 parent 1cf145d commit 83a13e4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/commit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout last commit
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Install clang-format-18
2020
run: |

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
fail-fast: false
1010
steps:
1111
- name: Checkout last commit
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Build with plugins
1414
run: docker build -t librime .

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout last commit
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
repository: ${{ inputs.repository }}
3131

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
RIME_PLUGINS: ${{ inputs.rime_plugins }}
2929
steps:
3030
- name: Checkout last commit
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
repository: ${{ inputs.repository }}
3434
submodules: recursive

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Download artifacts
30-
uses: actions/download-artifact@v4
30+
uses: actions/download-artifact@v5
3131
with:
3232
path: artifact
3333
merge-multiple: true

.github/workflows/windows-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout last commit
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
repository: ${{ inputs.repository }}
3535
submodules: recursive
@@ -136,7 +136,7 @@ jobs:
136136
137137
- run: git config --global core.autocrlf input
138138
- name: Checkout last commit
139-
uses: actions/checkout@v4
139+
uses: actions/checkout@v5
140140
with:
141141
repository: ${{ inputs.repository }}
142142

0 commit comments

Comments
 (0)