Skip to content

Commit 474748b

Browse files
build(deps): bump tj-actions/changed-files from 44 to 45 (#299)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. - [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@v44...v45) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84e47c3 commit 474748b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform_format_check.yml

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

2525
- name: Get changed directories
2626
id: changed-files
27-
uses: tj-actions/changed-files@v44
27+
uses: tj-actions/changed-files@v45
2828
with:
2929
dir_names: 'true'
3030

.github/workflows/terraform_validate.yml

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

2525
- name: Get changed directories
2626
id: changed-files
27-
uses: tj-actions/changed-files@v44
27+
uses: tj-actions/changed-files@v45
2828
with:
2929
dir_names: 'true'
3030

0 commit comments

Comments
 (0)