3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-03-05 11:06:22 +00:00

Upgraded tj-actions/glob to v3.2 (#306)

This commit is contained in:
Tonye Jack 2022-01-04 22:23:46 -05:00 committed by GitHub
parent b7e12d640e
commit 3f66a14524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}