commit 532fb2f960da66193a8fdf77dcc2115c86a9876e parent 6f93a86e6e12ddc999da3cf940f5c327d5f9b91a Author: QMK Bot <hello@qmk.fm> Date: Mon, 29 Sep 2025 19:34:39 +0000 Merge remote-tracking branch 'origin/master' into develop Diffstat:
| M | .github/workflows/format.yml | | | 2 | +- |
| M | .github/workflows/lint.yml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml @@ -36,7 +36,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: use_rest_api: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: use_rest_api: true