diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 9e8b80c883..e1f34b9048 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@v39
+      uses: tj-actions/changed-files@v40
 
     - name: Run qmk formatters
       shell: 'bash {0}'
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 19dd7c70a9..6936f24420 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@v39
+      uses: tj-actions/changed-files@v40
 
     - name: Print info
       run: |