diff options
author | QMK Bot <hello@qmk.fm> | 2023-02-28 20:10:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-02-28 20:10:51 +0000 |
commit | 209e652ff46721830f8cbbe0b72a70da8e47dbfe (patch) | |
tree | 74ae4c0f503cd434fed78c004b32f8a6509c123b /.github/workflows/format.yml | |
parent | fc059291246609e0cbcfb8c06dc9e15f964353ec (diff) | |
parent | e14254335d980410a09d558bc1e06d4645264654 (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 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}' |