From 0026098f5cc6bb78ef7a8cf8fcd0a12b894dae8d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 8 Aug 2022 12:27:08 -0600 Subject: [PATCH] chore(deps): upgrade glob 9.2 to 10 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 599295f1b5c..a30d008bd2e 100644 --- a/action.yml +++ b/action.yml @@ -179,7 +179,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v9.2 + uses: tj-actions/glob@v10 id: glob with: files: ${{ inputs.files }}