Bump tj-actions/changed-files from 23 to 24 (#13956)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23 to 24.
- [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/v23...v24)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2022-08-02 14:30:41 -04:00 committed by GitHub
parent beb14563f4
commit 2415834aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v23
uses: tj-actions/changed-files@v24
- name: List all added files
run: |

View File

@ -39,7 +39,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v23.1
uses: tj-actions/changed-files@v24
- name: Decide if the test should be skipped
id: skip

View File

@ -35,7 +35,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v23.1
uses: tj-actions/changed-files@v24
- name: Decide if the test should be skipped
id: skip

View File

@ -30,7 +30,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v23.1
uses: tj-actions/changed-files@v24
- name: Decide if the test should be skipped
id: skip

View File

@ -20,7 +20,7 @@ jobs:
fetch-depth: "2" # To retrieve the preceding commit.
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v23
uses: tj-actions/changed-files@v24
- name: Determine changes
id: touched
run: |