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/lint.yml | |
| parent | 4f257711e09b5877d872f4ff67ac2fc15fa8792f (diff) | |
| parent | c6446aeaf9b234a492d3320524df95da69a83255 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 829ca6392c..581fe02156 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@v45 + uses: tj-actions/changed-files@v46 with: use_rest_api: true |