From ca9013393e9039be518aefa921b327c12f4d9761 Mon Sep 17 00:00:00 2001 From: kireque-bot <87358111+kireque-bot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:31:48 +0000 Subject: [PATCH] ci(github-action)!: Update tj-actions/changed-files action to v38.1.3 | datasource | package | from | to | | ----------- | ------------------------ | ------- | ------- | | github-tags | tj-actions/changed-files | v37.6.1 | v38.1.3 | --- .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 328f6dd6e..43367cfa6 100644 --- a/.github/workflows/build-terraform-oci.yaml +++ b/.github/workflows/build-terraform-oci.yaml @@ -28,7 +28,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.6.1 + uses: tj-actions/changed-files@v38.1.3 with: dir_names: true dir_names_max_depth: 3