From 081ee9cc54a7ded6c421c632f23a31dbbe34a5f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:58:25 -0400 Subject: [PATCH] chore(deps): update tj-actions/glob action to v7.9 (#436) Co-authored-by: Renovate Bot --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fa3c44b2..eff6af17 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.8 + uses: tj-actions/glob@v7.9 id: glob with: files: ${{ inputs.files }}