File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments