fix: resolve bug with pattern matching on windows (#341)

This commit is contained in:
Tonye Jack
2022-02-01 22:30:40 -05:00
committed by GitHub
parent fd7c70d42d
commit fa18b2cf05
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ runs:
id: base-sha
shell: bash
- name: Glob match
uses: tj-actions/glob@v5
uses: tj-actions/glob@v6
id: glob
with:
files: ${{ inputs.files }}