summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-01-04 07:29:02 +0000
committerQMK Bot <hello@qmk.fm>2024-01-04 07:29:02 +0000
commitd2b16962ffad6a5a489a201881bb3c63853ccb24 (patch)
treebb859f9eb270080807b7013d26b5830e531abec5
parent597de0e29841aa6c738eb40454620bc30d44099a (diff)
parentb514a591f3b5695db9fa25db76893bd30af2f12e (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 e1f34b9048..de08442c1c 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@v40
+ uses: tj-actions/changed-files@v41
- name: Run qmk formatters
shell: 'bash {0}'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 6936f24420..08a131c786 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@v40
+ uses: tj-actions/changed-files@v41
- name: Print info
run: |