From 788498f8175429970924a104792ee3b6169e3a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:52:02 +0000 Subject: [PATCH] CHANGEME(deps): Bump tj-actions/changed-files from 46.0.1 to 46.0.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.1 to 46.0.4. - [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/2f7c5bfce28377bc069a65ba478de0a74aa0ca32...6cb76d07bee4c9772c6882c06c37837bf82a04d3) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index e6f99b7..4d33f2f 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -56,21 +56,21 @@ jobs: - name: get diff with base branch, modules id: diff_modules - uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 + uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 with: separator: "@" files: modules/**/*.tf - name: get diff with base branch, examples id: diff_examples - uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 + uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 with: separator: "@" files: examples/**/*.tf - name: get diff with base branch, examples, varfiles id: diff_tfvars - uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 + uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 with: separator: "@" files: examples/**/*.tfvars