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:
parent
beb14563f4
commit
2415834aaf
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue