Skip to content

Commit 9539538

Browse files
dependabot[bot]lexierule
authored andcommitted
Bump tj-actions/changed-files from 24 to 28 (#14337)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24 to 28. - [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@v24...v28) --- 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 4b6031b commit 9539538

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
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@v24
23+
uses: tj-actions/changed-files@v28
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@v23.1
40+
uses: tj-actions/changed-files@v28
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@v23.1
42+
uses: tj-actions/changed-files@v28
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@v23.1
33+
uses: tj-actions/changed-files@v28
3434

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

src/pytorch_lightning/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4444
- Fixed not preserving set attributes on `DataLoader` and `BatchSampler` when instantiated inside `*_dataloader` hooks ([#14212](https://github.com/Lightning-AI/lightning/pull/14212))
4545

4646

47-
- Fixed an issue to avoid the impact of sanity check on `reload_dataloaders_every_n_epochs` for validation ([#13964](https://github.com/Lightning-AI/lightning/pull/13964))
48-
49-
5047
## [1.7.1] - 2022-08-09
5148

5249
### Fixed

0 commit comments

Comments
 (0)