From a2f1692a6f703b7a14e155ae404e6bb15538b763 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 30 Mar 2022 08:17:26 -0400 Subject: [PATCH] fix: resolved error with escaping unicode unsafe characters (#459) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 56965f76..5e1d4e9d 100644 --- a/action.yml +++ b/action.yml @@ -147,7 +147,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v7.14 + uses: tj-actions/glob@v7.15 id: glob with: files: ${{ inputs.files }}