commit b2a7420a2218767ce2b8a0a0addb55e963321ca1 parent 416af0171c6433a7ecb198386dd2c3ac70d4cbd2 Author: QMK Bot <hello@qmk.fm> Date: Fri, 23 Jun 2023 20:53:58 +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 @@ -35,7 +35,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v37 - name: Run qmk formatters shell: 'bash {0}' 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@v36 + uses: tj-actions/changed-files@v37 - name: Print info run: |