From 8e71ecf6618a7d937284838f304691c57582b103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:50:15 +0000 Subject: [PATCH] chore(deps): bump tj-actions/glob from 7.17 to 16.11 Bumps [tj-actions/glob](https://github.com/tj-actions/glob) from 7.17 to 16.11. - [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.11) --- 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..05e18d0 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.11 id: glob with: files: ${{ inputs.files }}