From d26252004aa87df12f72411feec056907ecdbadc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 May 2022 06:19:56 +0000 Subject: [PATCH] chore(deps): update tj-actions/glob action to v7.20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7780f653..d59b9339 100644 --- a/action.yml +++ b/action.yml @@ -151,7 +151,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v7.18 + uses: tj-actions/glob@v7.20 id: glob with: files: ${{ inputs.files }}