From 3f66a1452480cc5ceede15a19d3ff928bf082996 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 4 Jan 2022 22:23:46 -0500 Subject: [PATCH] Upgraded tj-actions/glob to v3.2 (#306) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 523ac2032c7..18018a2b1e2 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@v3.1 + uses: tj-actions/glob@v3.2 id: glob with: files: ${{ steps.source-input-files.outputs.files }}