summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 13:00:34 +1000
committerGitHub <noreply@github.com>2023-09-25 13:00:34 +1000
commit0c4bd1ccdce12e9207054e398c00257d1198a651 (patch)
treed4e02280182b6f47e99737a056451de644ea52e1 /.github
parent4d994458f02482a659e0f7580576c92e950321d1 (diff)
Bump tj-actions/changed-files from 38 to 39 (#21923)
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 11b4a8a9f4..9e8b80c883 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@v38
+ uses: tj-actions/changed-files@v39
- name: Run qmk formatters
shell: 'bash {0}'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index e0286b83fc..9862ff502c 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@v38
+ uses: tj-actions/changed-files@v39
- name: Print info
run: |