chore(deps): bump tj-actions/changed-files in /.github/workflows (#2180)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v39...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-11 16:04:21 -05:00 committed by GitHub
parent 10bbeea697
commit c7da3998ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Get example project directories that changed - name: Get example project directories that changed
id: changed-dirs id: changed-dirs
uses: tj-actions/changed-files@v39 uses: tj-actions/changed-files@v41
with: with:
dir_names: true dir_names: true
dir_names_max_depth: "2" dir_names_max_depth: "2"

View File

@ -21,7 +21,7 @@ jobs:
- name: Get example files that changed - name: Get example files that changed
id: changed-files id: changed-files
uses: tj-actions/changed-files@v39 uses: tj-actions/changed-files@v41
with: with:
files: | files: |
examples examples

View File

@ -19,7 +19,7 @@ jobs:
- name: Get source files that changed - name: Get source files that changed
id: changed-source id: changed-source
uses: tj-actions/changed-files@v39 uses: tj-actions/changed-files@v41
with: with:
files: | files: |
integrations integrations