diff options
| author | QMK Bot <hello@qmk.fm> | 2024-03-15 01:45:14 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2024-03-15 01:45:14 +0000 |
| commit | 24d7d0ec777f4d0ba6ceb9cd518ddac4ac7a6396 (patch) | |
| tree | 8eac539152d8a4d316f51188696460685ef661d7 /.github | |
| parent | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (diff) | |
| parent | 0d9399234dbbe68d7db8c955cb3f3a2bc3cfd33f (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/format.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index df080cfe8c..a7d3d40974 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml | |||
| @@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | ||
| 36 | - name: Get changed files | 36 | - name: Get changed files |
| 37 | id: file_changes | 37 | id: file_changes |
| 38 | uses: tj-actions/changed-files@v42 | 38 | uses: tj-actions/changed-files@v43 |
| 39 | with: | 39 | with: |
| 40 | use_rest_api: true | 40 | use_rest_api: true |
| 41 | 41 | ||
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a008ebb829..290f5b66eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml | |||
| @@ -27,7 +27,7 @@ jobs: | |||
| 27 | 27 | ||
| 28 | - name: Get changed files | 28 | - name: Get changed files |
| 29 | id: file_changes | 29 | id: file_changes |
| 30 | uses: tj-actions/changed-files@v42 | 30 | uses: tj-actions/changed-files@v43 |
| 31 | with: | 31 | with: |
| 32 | use_rest_api: true | 32 | use_rest_api: true |
| 33 | 33 | ||
