Skip to content

Commit

Permalink
chore(deps): updated tj-actions/glob to v13 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 26, 2022
1 parent 2cf004d commit 1d7ee97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ runs:
using: 'composite'
steps:
- name: Glob match
uses: tj-actions/glob@v12
uses: tj-actions/glob@v13
id: glob
with:
files: ${{ inputs.files }}
separator: "|"
match-directories: false
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
id: verify-changed-files
Expand Down

0 comments on commit 1d7ee97

Please sign in to comment.