Skip to content

Commit 63f7728

Browse files
build(deps): bump tj-actions/changed-files from 46 to 47 (#481)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46 to 47. - [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@v46...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' 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> Co-authored-by: Christian Lechner <[email protected]>
1 parent fde36c5 commit 63f7728

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@v46
27+
uses: tj-actions/changed-files@v47
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@v46
27+
uses: tj-actions/changed-files@v47
2828
with:
2929
dir_names: 'true'
3030

0 commit comments

Comments
 (0)