Skip to content

Commit

Permalink
chore: upgrade tj-actions/glob (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 12, 2023
1 parent 8b07761 commit 7ecfc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -7,9 +7,11 @@ on:
pull_request:
branches:
- main
- sec
pull_request_review:
branches:
- main
- sec

jobs:
shellcheck:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -208,7 +208,7 @@ runs:
INPUT_FETCH_DEPTH: ${{ inputs.fetch_depth }}
INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }}
- name: Glob match
uses: tj-actions/glob@v16.14
uses: tj-actions/glob@v17.0.1
id: glob
with:
files: ${{ inputs.files }}
Expand Down

0 comments on commit 7ecfc67

Please sign in to comment.