mirror of https://github.com/zmkfirmware/zmk.git
ci(build): amend changed-files invocation
This commit is contained in:
parent
3e2c428fca
commit
0bea7832e9
|
|
@ -413,7 +413,9 @@ jobs:
|
||||||
board-changes: ${{ steps.board-changes.outputs.result }}
|
board-changes: ${{ steps.board-changes.outputs.result }}
|
||||||
core-changes: ${{ steps.core-changes.outputs.result }}
|
core-changes: ${{ steps.core-changes.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
- uses: tj-actions/changed-files@v42
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- uses: tj-actions/changed-files@v44
|
||||||
id: changed-files
|
id: changed-files
|
||||||
with:
|
with:
|
||||||
json: true
|
json: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue