From 87d61bba41091278388aaaee2c17ea37b9f56f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 23:19:40 -0400 Subject: [PATCH] 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] * Update action.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tonye Jack --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1313ddc8..5be299e4 100644 --- a/action.yml +++ b/action.yml @@ -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 }}