diff --git a/action.yml b/action.yml index c3d4bc1d6c0..61bf0906559 100644 --- a/action.yml +++ b/action.yml @@ -203,7 +203,7 @@ runs: INPUT_PATH: ${{ inputs.path }} INPUT_USE_FORK_POINT: ${{ inputs.use_fork_point }} - name: Glob match - uses: tj-actions/glob@v12 + uses: tj-actions/glob@v13 id: glob with: files: ${{ inputs.files }}