Skip to content

Commit 2b7cd58

Browse files
Bump tj-actions/changed-files from 28 to 29.0.1 (#14430)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 28 to 29.0.1. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v28...v29.0.1) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a3fe39 commit 2b7cd58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-pr-gatekeeper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: "2" # To retrieve the preceding commit.
2121
- name: Get changed files using defaults
2222
id: changed-files
23-
uses: tj-actions/changed-files@v28
23+
uses: tj-actions/changed-files@v29.0.1
2424
- name: Determine changes
2525
id: touched
2626
run: |

.github/workflows/ci-pytorch-test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Get changed files
3939
id: changed-files
40-
uses: tj-actions/changed-files@v28
40+
uses: tj-actions/changed-files@v29.0.1
4141

4242
- name: Decide if the test should be skipped
4343
id: skip

.github/workflows/ci-pytorch-test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Get changed files
4141
id: changed-files
42-
uses: tj-actions/changed-files@v28
42+
uses: tj-actions/changed-files@v29.0.1
4343

4444
- name: Decide if the test should be skipped
4545
id: skip

.github/workflows/ci-pytorch-test-slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get changed files
3232
id: changed-files
33-
uses: tj-actions/changed-files@v28
33+
uses: tj-actions/changed-files@v29.0.1
3434

3535
- name: Decide if the test should be skipped
3636
id: skip

0 commit comments

Comments
 (0)