From 36e65a11651994e93d6f1ef3afa781c3dcbb9780 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 8 Aug 2022 12:27:55 -0600 Subject: [PATCH] chore(deps): upgrade glob v9.2 to v10 (#566) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 599295f1..a30d008b 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 }}