From 1d7ee9711b0a8f675208004e66bc25d593a1a0ae Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 25 Aug 2022 23:41:49 -0600 Subject: [PATCH] chore(deps): updated tj-actions/glob to v13 (#206) --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c3c53ec..3db6752 100644 --- a/action.yml +++ b/action.yml @@ -26,11 +26,12 @@ runs: using: 'composite' steps: - name: Glob match - uses: tj-actions/glob@v12 + uses: tj-actions/glob@v13 id: glob with: files: ${{ inputs.files }} separator: "|" + match-directories: false - run: | bash $GITHUB_ACTION_PATH/entrypoint.sh id: verify-changed-files