commit 9de717428fc834c1e9d663ba767b1bb71adeac91 parent 006d3dbe6847d66a2d3070dacc71c481c1d5451a Author: QMK Bot <hello@qmk.fm> Date: Fri, 15 Dec 2023 01:58:33 +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@v39 + uses: tj-actions/changed-files@v40 - 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@v39 + uses: tj-actions/changed-files@v40 - name: Print info run: |