ci(build): amend changed-files invocation

This commit is contained in:
honorless 2024-03-25 14:08:19 -04:00
parent 849eca7228
commit d0c1bf6f61
No known key found for this signature in database
GPG key ID: 1B48A311ABE8DA4D

View file

@ -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