From 6402474c4646f34fc95407975abc35f49d4f21c6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 17:36:36 +0000 Subject: [PATCH] chore(deps): update tj-actions/glob action to v7.12 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cf8af038..f64c77b4 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.11 + uses: tj-actions/glob@v7.12 id: glob with: files: ${{ inputs.files }}