From d0d33c82a264e9adcabf3762808c6188db09cbc3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Jan 2022 09:47:26 +0000 Subject: [PATCH] Update tj-actions/glob action to v3.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 89ed472c..13f7d802 100644 --- a/action.yml +++ b/action.yml @@ -122,7 +122,7 @@ runs: INPUT_FILES: ${{ inputs.files }} INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }} - name: Glob match - uses: tj-actions/glob@v3.2 + uses: tj-actions/glob@v3.3 id: glob with: files: ${{ steps.source-input-files.outputs.files }}