diff options
| author | Joel Challis | 2025-03-16 09:44:31 +0100 |
|---|---|---|
| committer | GitHub | 2025-03-16 09:44:31 +0100 |
| commit | c6446aeaf9b234a492d3320524df95da69a83255 (patch) | |
| tree | 9ed90bd831af4e6b536cc5088612a18b8804c822 /.github/workflows | |
| parent | 65aef7be95025a8a26fa8fe0c4af3ce0d36f47f4 (diff) | |
Bump tj-actions/changed-files from 45 to 46 (#25020)
Diffstat (limited to '.github/workflows')
| -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: - name: Get changed files id: file_changes - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: use_rest_api: true 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 |