From 6d24ae5d2d9385c55f6b4197da0574c0373de4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:55:29 +0000 Subject: [PATCH] feat(github-action)!: Update tj-actions/changed-files action to v44.5.0 | datasource | package | from | to | | ----------- | ------------------------ | ------- | ------- | | github-tags | tj-actions/changed-files | v37.4.0 | v44.5.0 | --- .github/workflows/tf-cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-cicd.yaml b/.github/workflows/tf-cicd.yaml index 223f1cc..16e54ae 100644 --- a/.github/workflows/tf-cicd.yaml +++ b/.github/workflows/tf-cicd.yaml @@ -34,7 +34,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@de0eba32790fb9bf87471b32855a30fc8f9d5fc6 # v37.4.0 + uses: tj-actions/changed-files@1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8 # v44.5.0 with: dir_names: true dir_names_max_depth: 2