commit 23658cf714a61881edda47245929afa12be2431d parent ffeaf462e3162659a5b994b36d6c7c91b719d38b Author: QMK Bot <hello@qmk.fm> Date: Tue, 30 May 2023 01:11:34 +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@v35 + uses: tj-actions/changed-files@v36 - 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@v35 + uses: tj-actions/changed-files@v36 - name: Print info run: |