From 76381f38baea20b4beab702be41c9fba6f3113d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:44:19 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 46 to 47 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](https://github.com/tj-actions/changed-files/compare/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] --- .github/workflows/terraform_format_check.yml | 2 +- .github/workflows/terraform_validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform_format_check.yml b/.github/workflows/terraform_format_check.yml index 29628322..c745ea02 100644 --- a/.github/workflows/terraform_format_check.yml +++ b/.github/workflows/terraform_format_check.yml @@ -24,7 +24,7 @@ jobs: - name: Get changed directories id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: dir_names: 'true' diff --git a/.github/workflows/terraform_validate.yml b/.github/workflows/terraform_validate.yml index 68bbef86..4e1b32d7 100644 --- a/.github/workflows/terraform_validate.yml +++ b/.github/workflows/terraform_validate.yml @@ -24,7 +24,7 @@ jobs: - name: Get changed directories id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: dir_names: 'true'