commit a672fdd94b60cb7694c6ab497717b9fe7831f5e0 parent 1cf040ad194c30475f1bc5177d87fc8f915d7f25 Author: QMK Bot <hello@qmk.fm> Date: Wed, 23 Aug 2023 19:55:00 +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@v37 + uses: tj-actions/changed-files@v38 - 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@v37 + uses: tj-actions/changed-files@v38 - name: Print info run: |