From 4fc4e9d28ecb58e0215483343f3dd2fd01178f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:02:10 +0000 Subject: [PATCH] chore(deps): update tj-actions/glob action to v17.2.5 (sec) (#1111) 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 812e017a..ccedb9f5 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@b9c1557c62802c5cb21eb0ae5773d54fdf7f68d0 # v17.2.0 + uses: tj-actions/glob@0fe7f8d9e113caff328f057851c9be33b7a50fbf # v17.2.5 id: glob with: files: ${{ inputs.files }}