From b7e12d640efc2d253e5f2d788a9b56e34aa91637 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 4 Jan 2022 22:10:38 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0bc3d229..523ac203 100644 --- a/action.yml +++ b/action.yml @@ -109,7 +109,7 @@ runs: INPUT_FILES: ${{ inputs.files }} INPUT_FILES_FROM_SOURCE_FILE: ${{ inputs.files_from_source_file }} - name: Glob match - uses: tj-actions/glob@v2 + uses: tj-actions/glob@v3.1 id: glob with: files: ${{ steps.source-input-files.outputs.files }}