diff options
| author | QMK Bot | 2025-03-16 09:45:02 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-03-16 09:45:02 +0100 |
| commit | e6dcdf2d6597428fe211d30478aac2e3e66ede78 (patch) | |
| tree | 8cc6fbe229fe7679624ad2ba3f3c2a10525bb1bc /.github/workflows/format.yml | |
| parent | 4f257711e09b5877d872f4ff67ac2fc15fa8792f (diff) | |
| parent | c6446aeaf9b234a492d3320524df95da69a83255 (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 b4e32f981b..309b9eeda1 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@v45 + uses: tj-actions/changed-files@v46 with: use_rest_api: true |