From 2b8f66ed1130db2cffd3afe2e16f7b026d801556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:14:07 +0700 Subject: [PATCH] (#413) Bump tj-actions/changed-files from 34 to 37 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/manual_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual_format.yml b/.github/workflows/manual_format.yml index 184d89ff2..5696ef546 100644 --- a/.github/workflows/manual_format.yml +++ b/.github/workflows/manual_format.yml @@ -37,7 +37,7 @@ jobs: git fetch git pull - id: changed-files-specific - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v37 with: files: donjo-app/Views/** - if: steps.changed-files-specific.outputs.any_changed == 'true'