From 96ccdee5e35fa9a1f5f0d8bd2963ec3694c42302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:09:50 +0000 Subject: [PATCH] feat(github-action)!: Update tj-actions/changed-files action to v44.5.7 | datasource | package | from | to | | ----------- | ------------------------ | ------- | ------- | | github-tags | tj-actions/changed-files | v37.6.1 | v44.5.7 | --- .github/workflows/build-terraform-oci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-terraform-oci.yaml b/.github/workflows/build-terraform-oci.yaml index 9a70f6ccf..f93a2b649 100644 --- a/.github/workflows/build-terraform-oci.yaml +++ b/.github/workflows/build-terraform-oci.yaml @@ -28,7 +28,7 @@ - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.6.1 + uses: tj-actions/changed-files@v44.5.7 with: dir_names: true dir_names_max_depth: 3