From b2d17f51244a144849c6b37a3a6791b98a51d86f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:01:53 +0000 Subject: [PATCH] chore(deps): update tj-actions/glob action to v17.2.5 (main) (#1110) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ba55eed0f67..762c195e819 100644 --- a/action.yml +++ b/action.yml @@ -208,7 +208,7 @@ runs: INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }} INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }} - name: Glob match - uses: tj-actions/glob@v17.2.0 + uses: tj-actions/glob@v17.2.5 id: glob with: files: ${{ inputs.files }}