From 88f751a23c0c51fee2f1a01237073dce2aa56d21 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 23 Aug 2022 07:53:28 -0600 Subject: [PATCH] chore(deps): update tj-actions/glob to v12 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a4cda09341..c3d4bc1d6c0 100644 --- a/action.yml +++ b/action.yml @@ -203,7 +203,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v11.1 + uses: tj-actions/glob@v12 id: glob with: files: ${{ inputs.files }}