Skip to content

Commit

Permalink
ci(github): improve system performance and stability
Browse files Browse the repository at this point in the history
- Downgrade `tj-actions/changed-files` action from version `v46` to `v45`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 29, 2024
1 parent ad9a378 commit f042d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ","
Expand Down

0 comments on commit f042d74

Please sign in to comment.