From bbda4a813a5cb53f8c0f8276dcb91501ebd28803 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Feb 2022 00:58:19 +0000 Subject: [PATCH] Update tj-actions/glob action to v7 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 893af588..22e0630f 100644 --- a/action.yml +++ b/action.yml @@ -117,7 +117,7 @@ runs: id: base-sha shell: bash - name: Glob match - uses: tj-actions/glob@v6 + uses: tj-actions/glob@v7 id: glob with: files: ${{ inputs.files }}