From bc1dc8f54db8eeeaae00ab92737ab34926b9ad8d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 31 May 2022 12:48:35 -0400 Subject: [PATCH] chore: upgrade the tj-actions/glob from v9 to v9.2 (#513) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5be299e4..75abcb76 100644 --- a/action.yml +++ b/action.yml @@ -168,7 +168,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v9 + uses: tj-actions/glob@v9.2 id: glob with: files: ${{ inputs.files }}