mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-19 15:23:42 +00:00
Bump tj-actions/glob from 7.20 to 9 (#509)
* Bump tj-actions/glob from 7.20 to 9 Bumps [tj-actions/glob](https://github.com/tj-actions/glob) from 7.20 to 9. - [Release notes](https://github.com/tj-actions/glob/releases) - [Changelog](https://github.com/tj-actions/glob/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/glob/compare/v7.20...v9) --- updated-dependencies: - dependency-name: tj-actions/glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update action.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tonye Jack <jtonye@ymail.com>
This commit is contained in:
parent
9716e7993f
commit
87d61bba41
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ inputs:
|
|||
path:
|
||||
description: 'Specify a relative path under $GITHUB_WORKSPACE to locate the repository'
|
||||
required: false
|
||||
default: '.'
|
||||
use_fork_point:
|
||||
description: 'Finds best common ancestor between two commits to use in a three-way merge as the base_sha'
|
||||
default: 'false'
|
||||
|
@ -167,7 +168,7 @@ runs:
|
|||
INPUT_PATH: ${{ inputs.path }}
|
||||
INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }}
|
||||
- name: Glob match
|
||||
uses: tj-actions/glob@v7.20
|
||||
uses: tj-actions/glob@v9
|
||||
id: glob
|
||||
with:
|
||||
files: ${{ inputs.files }}
|
||||
|
|
Loading…
Add table
Reference in a new issue