From 6b31dad47356ba4563ddf009e3d79184e0f8d8a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 20:12:42 +0000 Subject: [PATCH] chore(deps): bump tj-actions/glob from 7.17 to 16.7 Bumps [tj-actions/glob](https://github.com/tj-actions/glob) from 7.17 to 16.7. - [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.7) --- 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..71ff4fc 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.7 id: glob with: files: ${{ inputs.files }}