summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2025-09-29 19:34:39 +0000
committerQMK Bot <hello@qmk.fm>2025-09-29 19:34:39 +0000
commit532fb2f960da66193a8fdf77dcc2115c86a9876e (patch)
tree7f67114f9b22c03400184c7b17a21983d70ebfdc
parent6f93a86e6e12ddc999da3cf940f5c327d5f9b91a (diff)
parent880c0c8ee000b8a3c8f407f9204f09a5107acc28 (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 9dbda4e5a6..be6617e2b2 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -36,7 +36,7 @@ jobs:
36 36
37 - name: Get changed files 37 - name: Get changed files
38 id: file_changes 38 id: file_changes
39 uses: tj-actions/changed-files@v46 39 uses: tj-actions/changed-files@v47
40 with: 40 with:
41 use_rest_api: true 41 use_rest_api: true
42 42
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 62e1263a48..7d4ff0a977 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27 27
28 - name: Get changed files 28 - name: Get changed files
29 id: file_changes 29 id: file_changes
30 uses: tj-actions/changed-files@v46 30 uses: tj-actions/changed-files@v47
31 with: 31 with:
32 use_rest_api: true 32 use_rest_api: true
33 33