From 5c13ee8ccf549b3380aaff305caef829ac39c2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:06:50 +0000 Subject: [PATCH] chore(deps): bump tj-actions/glob from 7.17 to 16.9 Bumps [tj-actions/glob](https://github.com/tj-actions/glob) from 7.17 to 16.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.17...v16.9) --- updated-dependencies: - dependency-name: tj-actions/glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1225dcb..7d2e841 100644 --- a/action.yml +++ b/action.yml @@ -151,7 +151,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v7.17 + uses: tj-actions/glob@v16.9 id: glob with: files: ${{ inputs.files }}