diff options
author | QMK Bot <hello@qmk.fm> | 2023-08-23 19:55:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-08-23 19:55:00 +0000 |
commit | a672fdd94b60cb7694c6ab497717b9fe7831f5e0 (patch) | |
tree | 7a2a1330b8a7751e61f01d4d88843e83879c981e | |
parent | 1cf040ad194c30475f1bc5177d87fc8f915d7f25 (diff) | |
parent | f7cf066e0fe0a7063e54ac070318eb6145f040b2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/format.yml | 2 | ||||
-rw-r--r-- | .github/workflows/lint.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3652071ed6..3a03d84554 100644 --- 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 index 1c0667abba..f938cfce48 100644 --- 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: | |