summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-03-27 20:56:04 +0000
committerQMK Bot <hello@qmk.fm>2024-03-27 20:56:04 +0000
commit3a0b5d4ed4efca50eb5da7a0ccb08365e0b54b7d (patch)
tree00328c1be78f0195b55655bf515c093e496f459d /.github
parent01be746fc41d7c0860df379849b5fa79ed6c5587 (diff)
parentc035a37249ed064edbd51379bb45057e88e7ef11 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-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 a7d3d40974..1d7577dcef 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -35,7 +35,7 @@ jobs:
35 35
36 - name: Get changed files 36 - name: Get changed files
37 id: file_changes 37 id: file_changes
38 uses: tj-actions/changed-files@v43 38 uses: tj-actions/changed-files@v44
39 with: 39 with:
40 use_rest_api: true 40 use_rest_api: true
41 41
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 290f5b66eb..22ddcaba79 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@v43 30 uses: tj-actions/changed-files@v44
31 with: 31 with:
32 use_rest_api: true 32 use_rest_api: true
33 33