From 761184794034b7d7f55b5dee3b7a9b7a77122a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:40:19 +0000 Subject: [PATCH] CHANGEME(deps): Bump tj-actions/changed-files from 46.0.1 to 46.0.5 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.1 to 46.0.5. - [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...ed68ef82c095e0d48ec87eccea555d944a631a4c) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 46.0.5 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..560d5f7 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@ed68ef82c095e0d48ec87eccea555d944a631a4c 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@ed68ef82c095e0d48ec87eccea555d944a631a4c 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@ed68ef82c095e0d48ec87eccea555d944a631a4c with: separator: "@" files: examples/**/*.tfvars