diff options
| author | Joel Challis <git@zvecr.com> | 2025-03-16 08:44:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-16 08:44:31 +0000 |
| commit | c6446aeaf9b234a492d3320524df95da69a83255 (patch) | |
| tree | 9ed90bd831af4e6b536cc5088612a18b8804c822 | |
| parent | 65aef7be95025a8a26fa8fe0c4af3ce0d36f47f4 (diff) | |
Bump tj-actions/changed-files from 45 to 46 (#25020)
| -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 b4e32f981b..309b9eeda1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml | |||
| @@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | ||
| 37 | - name: Get changed files | 37 | - name: Get changed files |
| 38 | id: file_changes | 38 | id: file_changes |
| 39 | uses: tj-actions/changed-files@v45 | 39 | uses: tj-actions/changed-files@v46 |
| 40 | with: | 40 | with: |
| 41 | use_rest_api: true | 41 | use_rest_api: true |
| 42 | 42 | ||
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: | |||
| 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@v45 | 30 | uses: tj-actions/changed-files@v46 |
| 31 | with: | 31 | with: |
| 32 | use_rest_api: true | 32 | use_rest_api: true |
| 33 | 33 | ||
