From 35fbfef330b8617018785fb8b49d82a665f90b5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:41:54 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v44 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bb1f5b7c..1673a4c2 100644 --- a/action.yml +++ b/action.yml @@ -87,7 +87,7 @@ runs: - name: Get changed files if: ${{ inputs.enabled == 'true' && github.event_name == 'pull_request' }} id: changed-files - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42.1.0 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 # v44.3.0 with: separator: '\0' - name: Store reviewdog enabled for PR