From 2e61fb6a48f5857e3a338b4cbf071e1164c060e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:58:15 +0000 Subject: [PATCH] chore(deps): update tj-actions/glob action to v17.1.0 (sec) (#1097) 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 72527816..f0161c23 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@6056e69d50df3ce28e618aceb0a00203bb2d2de0 # v17.0.1 + uses: tj-actions/glob@eb138047b8b00dafdd53554152f8885f68a891f6 # v17.1.0 id: glob with: files: ${{ inputs.files }}