mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-20 21:01:53 +00:00
chore: upgrade tj-actions/glob (#1082)
This commit is contained in:
parent
8b07761656
commit
7ecfc6730d
2 changed files with 3 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -7,9 +7,11 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- sec
|
||||
pull_request_review:
|
||||
branches:
|
||||
- main
|
||||
- sec
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue