Skip to content

Commit eab05d2

Browse files
dependabot[bot]Acliad
authored andcommitted
Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (qmk#22812)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b00509f commit eab05d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Get changed files
3737
id: file_changes
38-
uses: tj-actions/changed-files@v40
38+
uses: tj-actions/changed-files@v41
3939

4040
- name: Run qmk formatters
4141
shell: 'bash {0}'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Get changed files
2929
id: file_changes
30-
uses: tj-actions/changed-files@v40
30+
uses: tj-actions/changed-files@v41
3131

3232
- name: Print info
3333
run: |

0 commit comments

Comments
 (0)