From 17f2c309acf37fbc6c0c97ae5ffd3a079faecc62 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 12 Mar 2022 22:37:25 -0500 Subject: [PATCH] chore: Upgrade tj-actions/glob to v7.4 (#422) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 771235c5..a25cb69e 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 + uses: tj-actions/glob@v7.4 id: glob with: files: ${{ inputs.files }}