ci(github): improve system performance and stability
- Downgrade `tj-actions/changed-files` action from version `v46` to `v45` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
ad9a378b7f
commit
f042d742db
|
@ -100,7 +100,7 @@ jobs:
|
|||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v46
|
||||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
separator: ","
|
||||
|
|
Loading…
Reference in New Issue