diff options
| author | QMK Bot | 2025-09-29 21:34:39 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-09-29 21:34:39 +0200 |
| commit | 532fb2f960da66193a8fdf77dcc2115c86a9876e (patch) | |
| tree | 7f67114f9b22c03400184c7b17a21983d70ebfdc /.github/workflows/format.yml | |
| parent | 6f93a86e6e12ddc999da3cf940f5c327d5f9b91a (diff) | |
| parent | 880c0c8ee000b8a3c8f407f9204f09a5107acc28 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/format.yml')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 9dbda4e5a6..be6617e2b2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -36,7 +36,7 @@ jobs: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: use_rest_api: true |