summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-08-23 19:55:00 +0000
committerQMK Bot <hello@qmk.fm>2023-08-23 19:55:00 +0000
commita672fdd94b60cb7694c6ab497717b9fe7831f5e0 (patch)
tree7a2a1330b8a7751e61f01d4d88843e83879c981e
parent1cf040ad194c30475f1bc5177d87fc8f915d7f25 (diff)
parentf7cf066e0fe0a7063e54ac070318eb6145f040b2 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--.github/workflows/format.yml2
-rw-r--r--.github/workflows/lint.yml2
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: |