summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-28 20:10:08 +0000
committerGitHub <noreply@github.com>2023-02-28 20:10:08 +0000
commite14254335d980410a09d558bc1e06d4645264654 (patch)
treef17a02030bfb4bfa8280b032460daf33da140942 /.github
parent0596720f7fb6b877cd8c55b03dc014e189648f35 (diff)
Bump tj-actions/changed-files from 34 to 35 (#19971)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v34...v35) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 c671565a61..de952e63f6 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -32,7 +32,7 @@ jobs:
- name: Get changed files
id: file_changes
- uses: tj-actions/changed-files@v34
+ uses: tj-actions/changed-files@v35
- name: Run qmk formatters
shell: 'bash {0}'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 67d4093a0b..535c082af5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
- name: Get changed files
id: file_changes
- uses: tj-actions/changed-files@v34
+ uses: tj-actions/changed-files@v35
- name: Print info
run: |