diff options
author | honorless <[email protected]> | 2024-03-25 14:08:19 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-06-24 13:41:03 -0600 |
commit | 0bea7832e99a2c7cc0c33c68de8abbd2e52c844c (patch) | |
tree | 171951969cefbc06d7f10b894cfd441b0ddcb29c /.github | |
parent | 3e2c428fca717d9e699dda371311b28e7791204c (diff) | |
download | zmk-0bea7832e99a2c7cc0c33c68de8abbd2e52c844c.tar.gz zmk-0bea7832e99a2c7cc0c33c68de8abbd2e52c844c.zip |
ci(build): amend changed-files invocation
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2d1992dc4..804c35f1eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -413,7 +413,9 @@ jobs: board-changes: ${{ steps.board-changes.outputs.result }} core-changes: ${{ steps.core-changes.outputs.result }} steps: - - uses: tj-actions/changed-files@v42 + - name: Checkout + uses: actions/checkout@v4 + - uses: tj-actions/changed-files@v44 id: changed-files with: json: true |